# Packages
No description provided by the author
# Functions
NewClient initializes a "sources" service client given the endpoints.
NewEndpoints wraps the methods of the "sources" service with endpoints.
NewFindingCollection initializes result type FindingCollection from viewed result type FindingCollection.
NewGetSourceEndpoint returns an endpoint function that calls the method "Get source" of service "sources".
NewGetSourceMTTREndpoint returns an endpoint function that calls the method "Get source MTTR" of service "sources".
NewListFindingsBySourceEndpoint returns an endpoint function that calls the method "List findings by source" of service "sources".
NewListSourcesEndpoint returns an endpoint function that calls the method "List sources" of service "sources".
NewSource initializes result type Source from viewed result type Source.
NewSourceCollection initializes result type SourceCollection from viewed result type SourceCollection.
NewViewedFindingCollection initializes viewed result type FindingCollection from result type FindingCollection using the given view.
NewViewedSource initializes viewed result type Source from result type Source using the given view.
NewViewedSourceCollection initializes viewed result type SourceCollection from result type SourceCollection 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 "sources" service client.
Endpoints wraps the "sources" service endpoints.
No description provided by the author
GetSourceMTTRPayload is the payload type of the sources service Get source MTTR method.
GetSourcePayload is the payload type of the sources service Get source method.
No description provided by the author
ListFindingsBySourcePayload is the payload type of the sources service List findings by source method.
ListSourcesPayload is the payload type of the sources service List sources method.
No description provided by the author
Source is the result type of the sources service Get source method.
No description provided by the author
No description provided by the author
# Interfaces
Sources endpoint.
# Type aliases
FindingCollection is the result type of the sources service List findings by source method.
SourceCollection is the result type of the sources service List sources method.