# Functions

CreateTargetTargetsPath returns the URL path to the targets service Create target HTTP endpoint.
DecodeCreateTargetRequest returns a decoder for requests sent to the targets Create target endpoint.
DecodeDeleteTargetTeamRequest returns a decoder for requests sent to the targets Delete target team endpoint.
DecodeDeleteTeamRequest returns a decoder for requests sent to the targets Delete team endpoint.
DecodeGetFindingByTargetIssueAndAffectedResourceRequest returns a decoder for requests sent to the targets Get finding by target, issue and affected resource endpoint.
DecodeGetTargetMTTRRequest returns a decoder for requests sent to the targets Get target MTTR endpoint.
DecodeGetTargetRequest returns a decoder for requests sent to the targets Get target endpoint.
DecodeListFindingsByTargetRequest returns a decoder for requests sent to the targets List findings by target endpoint.
DecodeListTargetsRequest returns a decoder for requests sent to the targets List targets endpoint.
DecodeTargetsSummaryRequest returns a decoder for requests sent to the targets Targets summary endpoint.
DeleteTargetTeamTargetsPath returns the URL path to the targets service Delete target team HTTP endpoint.
DeleteTeamTargetsPath returns the URL path to the targets service Delete team HTTP endpoint.
EncodeCreateTargetResponse returns an encoder for responses returned by the targets Create target endpoint.
EncodeDeleteTargetTeamResponse returns an encoder for responses returned by the targets Delete target team endpoint.
EncodeDeleteTeamResponse returns an encoder for responses returned by the targets Delete team endpoint.
EncodeGetFindingByTargetIssueAndAffectedResourceResponse returns an encoder for responses returned by the targets Get finding by target, issue and affected resource endpoint.
EncodeGetTargetMTTRResponse returns an encoder for responses returned by the targets Get target MTTR endpoint.
EncodeGetTargetResponse returns an encoder for responses returned by the targets Get target endpoint.
EncodeListFindingsByTargetResponse returns an encoder for responses returned by the targets List findings by target endpoint.
EncodeListTargetsResponse returns an encoder for responses returned by the targets List targets endpoint.
EncodeTargetsSummaryResponse returns an encoder for responses returned by the targets Targets summary endpoint.
GetFindingByTargetIssueAndAffectedResourceTargetsPath returns the URL path to the targets service Get finding by target, issue and affected resource HTTP endpoint.
GetTargetMTTRTargetsPath returns the URL path to the targets service Get target MTTR HTTP endpoint.
GetTargetTargetsPath returns the URL path to the targets service Get target HTTP endpoint.
ListFindingsByTargetTargetsPath returns the URL path to the targets service List findings by target HTTP endpoint.
ListTargetsTargetsPath returns the URL path to the targets service List targets HTTP endpoint.
Mount configures the mux to serve the targets endpoints.
MountCreateTargetHandler configures the mux to serve the "targets" service "Create target" endpoint.
MountDeleteTargetTeamHandler configures the mux to serve the "targets" service "Delete target team" endpoint.
MountDeleteTeamHandler configures the mux to serve the "targets" service "Delete team" endpoint.
MountGetFindingByTargetIssueAndAffectedResourceHandler configures the mux to serve the "targets" service "Get finding by target, issue and affected resource" endpoint.
MountGetTargetHandler configures the mux to serve the "targets" service "Get target" endpoint.
MountGetTargetMTTRHandler configures the mux to serve the "targets" service "Get target MTTR" endpoint.
MountListFindingsByTargetHandler configures the mux to serve the "targets" service "List findings by target" endpoint.
MountListTargetsHandler configures the mux to serve the "targets" service "List targets" endpoint.
MountTargetsSummaryHandler configures the mux to serve the "targets" service "Targets summary" endpoint.
New instantiates HTTP handlers for all the targets service endpoints using the provided encoder and decoder.
NewCreateTargetHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "Create target" endpoint.
NewCreateTargetPayload builds a targets service Create target endpoint payload.
NewCreateTargetResponseBody builds the HTTP response body from the result of the "Create target" endpoint of the "targets" service.
NewDeleteTargetTeamHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "Delete target team" endpoint.
NewDeleteTargetTeamPayload builds a targets service Delete target team endpoint payload.
NewDeleteTeamHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "Delete team" endpoint.
NewDeleteTeamPayload builds a targets service Delete team endpoint payload.
NewFindingResponseCollection builds the HTTP response body from the result of the "List findings by target" endpoint of the "targets" service.
NewGetFindingByTargetIssueAndAffectedResourceHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "Get finding by target, issue and affected resource" endpoint.
NewGetFindingByTargetIssueAndAffectedResourcePayload builds a targets service Get finding by target, issue and affected resource endpoint payload.
NewGetFindingByTargetIssueAndAffectedResourceResponseBody builds the HTTP response body from the result of the "Get finding by target, issue and affected resource" endpoint of the "targets" service.
NewGetTargetHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "Get target" endpoint.
NewGetTargetMTTRHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "Get target MTTR" endpoint.
NewGetTargetMTTRPayload builds a targets service Get target MTTR endpoint payload.
NewGetTargetPayload builds a targets service Get target endpoint payload.
NewGetTargetResponseBody builds the HTTP response body from the result of the "Get target" endpoint of the "targets" service.
NewListFindingsByTargetHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "List findings by target" endpoint.
NewListFindingsByTargetPayload builds a targets service List findings by target endpoint payload.
NewListTargetsHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "List targets" endpoint.
NewListTargetsPayload builds a targets service List targets endpoint payload.
NewTargetResponseCollection builds the HTTP response body from the result of the "List targets" endpoint of the "targets" service.
NewTargetsSummaryHandler creates a HTTP handler which loads the HTTP request and calls the "targets" service "Targets summary" endpoint.
NewTargetsSummaryPayload builds a targets service Targets summary endpoint payload.
NewTargetSummaryResponseCollection builds the HTTP response body from the result of the "Targets summary" endpoint of the "targets" service.
TargetsSummaryTargetsPath returns the URL path to the targets service Targets summary HTTP endpoint.

# Structs

CreateTargetRequestBody is the type of the "targets" service "Create target" endpoint HTTP request body.
CreateTargetResponseBody is the type of the "targets" service "Create target" endpoint HTTP response body.
FindingResponse is used to define fields on response body types.
GetFindingByTargetIssueAndAffectedResourceResponseBody is the type of the "targets" service "Get finding by target, issue and affected resource" endpoint HTTP response body.
GetTargetResponseBody is the type of the "targets" service "Get target" endpoint HTTP response body.
IssueResponse is used to define fields on response body types.
IssueResponseBody 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.
ResourceGroupResponseBody is used to define fields on response body types.
Server lists the targets service endpoint HTTP handlers.
SourcewithnotargetResponse is used to define fields on response body types.
SourcewithnotargetResponseBody is used to define fields on response body types.
TargetResponse is used to define fields on response body types.
TargetResponseBody is used to define fields on response body types.
TargetSummaryResponse is used to define fields on response body types.

# Type aliases

FindingResponseCollection is the type of the "targets" service "List findings by target" endpoint HTTP response body.
TargetResponseCollection is the type of the "targets" service "List targets" endpoint HTTP response body.
TargetSummaryResponseCollection is the type of the "targets" service "Targets summary" endpoint HTTP response body.