# Functions
BuildCreateTargetPayload builds the payload for the targets Create target endpoint from CLI flags.
BuildDeleteTargetTeamPayload builds the payload for the targets Delete target team endpoint from CLI flags.
BuildDeleteTeamPayload builds the payload for the targets Delete team endpoint from CLI flags.
BuildGetFindingByTargetIssueAndAffectedResourcePayload builds the payload for the targets Get finding by target, issue and affected resource endpoint from CLI flags.
BuildGetTargetMTTRPayload builds the payload for the targets Get target MTTR endpoint from CLI flags.
BuildGetTargetPayload builds the payload for the targets Get target endpoint from CLI flags.
BuildListFindingsByTargetPayload builds the payload for the targets List findings by target endpoint from CLI flags.
BuildListTargetsPayload builds the payload for the targets List targets endpoint from CLI flags.
BuildTargetsSummaryPayload builds the payload for the targets Targets summary endpoint from CLI flags.
CreateTargetTargetsPath returns the URL path to the targets service Create target HTTP endpoint.
DecodeCreateTargetResponse returns a decoder for responses returned by the targets Create target endpoint.
DecodeDeleteTargetTeamResponse returns a decoder for responses returned by the targets Delete target team endpoint.
DecodeDeleteTeamResponse returns a decoder for responses returned by the targets Delete team endpoint.
DecodeGetFindingByTargetIssueAndAffectedResourceResponse returns a decoder for responses returned by the targets Get finding by target, issue and affected resource endpoint.
DecodeGetTargetMTTRResponse returns a decoder for responses returned by the targets Get target MTTR endpoint.
DecodeGetTargetResponse returns a decoder for responses returned by the targets Get target endpoint.
DecodeListFindingsByTargetResponse returns a decoder for responses returned by the targets List findings by target endpoint.
DecodeListTargetsResponse returns a decoder for responses returned by the targets List targets endpoint.
DecodeTargetsSummaryResponse returns a decoder for responses returned by 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.
EncodeCreateTargetRequest returns an encoder for requests sent to the targets Create target server.
EncodeDeleteTargetTeamRequest returns an encoder for requests sent to the targets Delete target team server.
EncodeDeleteTeamRequest returns an encoder for requests sent to the targets Delete team server.
EncodeListFindingsByTargetRequest returns an encoder for requests sent to the targets List findings by target server.
EncodeListTargetsRequest returns an encoder for requests sent to the targets List targets server.
EncodeTargetsSummaryRequest returns an encoder for requests sent to the targets Targets summary server.
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.
NewClient instantiates HTTP clients for all the targets service servers.
NewCreateTargetRequestBody builds the HTTP request body from the payload of the "Create target" endpoint of the "targets" service.
NewCreateTargetTargetCreated builds a "targets" service "Create target" endpoint result from a HTTP "Created" response.
NewGetFindingByTargetIssueAndAffectedResourceFindingOK builds a "targets" service "Get finding by target, issue and affected resource" endpoint result from a HTTP "OK" response.
NewGetTargetTargetOK builds a "targets" service "Get target" endpoint result from a HTTP "OK" response.
NewListFindingsByTargetFindingCollectionOK builds a "targets" service "List findings by target" endpoint result from a HTTP "OK" response.
NewListTargetsTargetCollectionOK builds a "targets" service "List targets" endpoint result from a HTTP "OK" response.
NewTargetsSummaryTargetSummaryCollectionOK builds a "targets" service "Targets summary" endpoint result from a HTTP "OK" response.
TargetsSummaryTargetsPath returns the URL path to the targets service Targets summary HTTP endpoint.
# Structs
Client lists the targets service endpoint HTTP clients.
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.
ResourceGroupResponse is used to define fields on response body types.
ResourceGroupResponseBody is used to define fields on response body types.
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
ListFindingsByTargetResponseBody is the type of the "targets" service "List findings by target" endpoint HTTP response body.
ListTargetsResponseBody is the type of the "targets" service "List targets" endpoint HTTP response body.
TargetsSummaryResponseBody is the type of the "targets" service "Targets summary" endpoint HTTP response body.