# Packages

No description provided by the author

# Functions

NewClient initializes a "findings" service client given the endpoints.
NewEndpoints wraps the methods of the "findings" service with endpoints.
NewEventCollection initializes result type EventCollection from viewed result type EventCollection.
NewFinding initializes result type Finding from viewed result type Finding.
NewFindingCollection initializes result type FindingCollection from viewed result type FindingCollection.
NewGetFindingEndpoint returns an endpoint function that calls the method "Get finding" of service "findings".
NewGetFindingMTTREndpoint returns an endpoint function that calls the method "Get finding MTTR" of service "findings".
NewListEventsByFindingEndpoint returns an endpoint function that calls the method "List events by finding" of service "findings".
NewListFindingsEndpoint returns an endpoint function that calls the method "List findings" of service "findings".
NewMttr initializes result type Mttr from viewed result type Mttr.
NewPatchFindingEndpoint returns an endpoint function that calls the method "Patch finding" of service "findings".
NewViewedEventCollection initializes viewed result type EventCollection from result type EventCollection using the given view.
NewViewedFinding initializes viewed result type Finding from result type Finding using the given view.
NewViewedFindingCollection initializes viewed result type FindingCollection from result type FindingCollection using the given view.
NewViewedMttr initializes viewed result type Mttr from result type Mttr using the given view.

# Constants

ServiceName is the name of the service as defined in the design.

# Variables

MethodNames lists the service method names as defined in the design.

# Structs

Client is the "findings" service client.
Endpoints wraps the "findings" service endpoints.
No description provided by the author
Finding is the result type of the findings service Get finding method.
GetFindingMTTRPayload is the payload type of the findings service Get finding MTTR method.
GetFindingPayload is the payload type of the findings service Get finding method.
No description provided by the author
ListEventsByFindingPayload is the payload type of the findings service List events by finding method.
ListFindingsPayload is the payload type of the findings service List findings method.
Mttr is the result type of the findings service Get finding MTTR method.
PatchFindingPayload is the payload type of the findings service Patch finding method.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Auther defines the authorization functions to be implemented by the service.
Findings endpoint.

# Type aliases

EventCollection is the result type of the findings service List events by finding method.
FindingCollection is the result type of the findings service List findings method.