# Functions
BuildGetFindingMTTRPayload builds the payload for the findings Get finding MTTR endpoint from CLI flags.
BuildGetFindingPayload builds the payload for the findings Get finding endpoint from CLI flags.
BuildListEventsByFindingPayload builds the payload for the findings List events by finding endpoint from CLI flags.
BuildListFindingsPayload builds the payload for the findings List findings endpoint from CLI flags.
BuildPatchFindingPayload builds the payload for the findings Patch finding endpoint from CLI flags.
DecodeGetFindingMTTRResponse returns a decoder for responses returned by the findings Get finding MTTR endpoint.
DecodeGetFindingResponse returns a decoder for responses returned by the findings Get finding endpoint.
DecodeListEventsByFindingResponse returns a decoder for responses returned by the findings List events by finding endpoint.
DecodeListFindingsResponse returns a decoder for responses returned by the findings List findings endpoint.
DecodePatchFindingResponse returns a decoder for responses returned by the findings Patch finding endpoint.
EncodeListEventsByFindingRequest returns an encoder for requests sent to the findings List events by finding server.
EncodeListFindingsRequest returns an encoder for requests sent to the findings List findings server.
EncodePatchFindingRequest returns an encoder for requests sent to the findings Patch finding server.
GetFindingFindingsPath returns the URL path to the findings service Get finding HTTP endpoint.
GetFindingMTTRFindingsPath returns the URL path to the findings service Get finding MTTR HTTP endpoint.
ListEventsByFindingFindingsPath returns the URL path to the findings service List events by finding HTTP endpoint.
ListFindingsFindingsPath returns the URL path to the findings service List findings HTTP endpoint.
NewClient instantiates HTTP clients for all the findings service servers.
NewGetFindingFindingOK builds a "findings" service "Get finding" endpoint result from a HTTP "OK" response.
NewGetFindingMTTRMttrOK builds a "findings" service "Get finding MTTR" endpoint result from a HTTP "OK" response.
NewListEventsByFindingEventCollectionOK builds a "findings" service "List events by finding" endpoint result from a HTTP "OK" response.
NewListFindingsFindingCollectionOK builds a "findings" service "List findings" endpoint result from a HTTP "OK" response.
NewPatchFindingFindingOK builds a "findings" service "Patch finding" endpoint result from a HTTP "OK" response.
NewPatchFindingRequestBody builds the HTTP request body from the payload of the "Patch finding" endpoint of the "findings" service.
PatchFindingFindingsPath returns the URL path to the findings service Patch finding HTTP endpoint.
# Structs
Client lists the findings service endpoint HTTP clients.
EventResponse is used to define fields on response body types.
FindingResponse is used to define fields on response body types.
GetFindingMTTRResponseBody is the type of the "findings" service "Get finding MTTR" endpoint HTTP response body.
GetFindingResponseBody is the type of the "findings" service "Get finding" endpoint HTTP response body.
IssueResponse is used to define fields on response body types.
IssueResponseBody is used to define fields on response body types.
PatchFindingRequestBody is the type of the "findings" service "Patch finding" endpoint HTTP request body.
PatchFindingResponseBody is the type of the "findings" service "Patch finding" endpoint HTTP response body.
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.
# Type aliases
ListEventsByFindingResponseBody is the type of the "findings" service "List events by finding" endpoint HTTP response body.
ListFindingsResponseBody is the type of the "findings" service "List findings" endpoint HTTP response body.