# Functions
DecodeGetSourceMTTRRequest returns a decoder for requests sent to the sources Get source MTTR endpoint.
DecodeGetSourceRequest returns a decoder for requests sent to the sources Get source endpoint.
DecodeListFindingsBySourceRequest returns a decoder for requests sent to the sources List findings by source endpoint.
DecodeListSourcesRequest returns a decoder for requests sent to the sources List sources endpoint.
EncodeGetSourceMTTRResponse returns an encoder for responses returned by the sources Get source MTTR endpoint.
EncodeGetSourceResponse returns an encoder for responses returned by the sources Get source endpoint.
EncodeListFindingsBySourceResponse returns an encoder for responses returned by the sources List findings by source endpoint.
EncodeListSourcesResponse returns an encoder for responses returned by the sources List sources endpoint.
GetSourceMTTRSourcesPath returns the URL path to the sources service Get source MTTR HTTP endpoint.
GetSourceSourcesPath returns the URL path to the sources service Get source HTTP endpoint.
ListFindingsBySourceSourcesPath returns the URL path to the sources service List findings by source HTTP endpoint.
ListSourcesSourcesPath returns the URL path to the sources service List sources HTTP endpoint.
Mount configures the mux to serve the sources endpoints.
MountGetSourceHandler configures the mux to serve the "sources" service "Get source" endpoint.
MountGetSourceMTTRHandler configures the mux to serve the "sources" service "Get source MTTR" endpoint.
MountListFindingsBySourceHandler configures the mux to serve the "sources" service "List findings by source" endpoint.
MountListSourcesHandler configures the mux to serve the "sources" service "List sources" endpoint.
New instantiates HTTP handlers for all the sources service endpoints using the provided encoder and decoder.
NewFindingResponseCollection builds the HTTP response body from the result of the "List findings by source" endpoint of the "sources" service.
NewGetSourceHandler creates a HTTP handler which loads the HTTP request and calls the "sources" service "Get source" endpoint.
NewGetSourceMTTRHandler creates a HTTP handler which loads the HTTP request and calls the "sources" service "Get source MTTR" endpoint.
NewGetSourceMTTRPayload builds a sources service Get source MTTR endpoint payload.
NewGetSourcePayload builds a sources service Get source endpoint payload.
NewGetSourceResponseBody builds the HTTP response body from the result of the "Get source" endpoint of the "sources" service.
NewListFindingsBySourceHandler creates a HTTP handler which loads the HTTP request and calls the "sources" service "List findings by source" endpoint.
NewListFindingsBySourcePayload builds a sources service List findings by source endpoint payload.
NewListSourcesHandler creates a HTTP handler which loads the HTTP request and calls the "sources" service "List sources" endpoint.
NewListSourcesPayload builds a sources service List sources endpoint payload.
NewSourceResponseCollection builds the HTTP response body from the result of the "List sources" endpoint of the "sources" service.
# Structs
FindingResponse is used to define fields on response body types.
GetSourceResponseBody is the type of the "sources" service "Get source" endpoint HTTP response body.
IssueResponse is used to define fields on response body types.
MountPoint holds information about the mounted endpoints.
ResourceGroupResponse is used to define fields on response body types.
Server lists the sources service endpoint HTTP handlers.
SourceResponse is used to define fields on response body types.
SourcewithnotargetResponse is used to define fields on response body types.
TargetResponse is used to define fields on response body types.
# Type aliases
FindingResponseCollection is the type of the "sources" service "List findings by source" endpoint HTTP response body.
SourceResponseCollection is the type of the "sources" service "List sources" endpoint HTTP response body.