# Functions
DecodeGetFindingMTTRRequest returns a decoder for requests sent to the findings Get finding MTTR endpoint.
DecodeGetFindingRequest returns a decoder for requests sent to the findings Get finding endpoint.
DecodeListEventsByFindingRequest returns a decoder for requests sent to the findings List events by finding endpoint.
DecodeListFindingsRequest returns a decoder for requests sent to the findings List findings endpoint.
DecodePatchFindingRequest returns a decoder for requests sent to the findings Patch finding endpoint.
EncodeGetFindingMTTRResponse returns an encoder for responses returned by the findings Get finding MTTR endpoint.
EncodeGetFindingResponse returns an encoder for responses returned by the findings Get finding endpoint.
EncodeListEventsByFindingResponse returns an encoder for responses returned by the findings List events by finding endpoint.
EncodeListFindingsResponse returns an encoder for responses returned by the findings List findings endpoint.
EncodePatchFindingResponse returns an encoder for responses returned by the findings Patch finding endpoint.
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.
Mount configures the mux to serve the findings endpoints.
MountGetFindingHandler configures the mux to serve the "findings" service "Get finding" endpoint.
MountGetFindingMTTRHandler configures the mux to serve the "findings" service "Get finding MTTR" endpoint.
MountListEventsByFindingHandler configures the mux to serve the "findings" service "List events by finding" endpoint.
MountListFindingsHandler configures the mux to serve the "findings" service "List findings" endpoint.
MountPatchFindingHandler configures the mux to serve the "findings" service "Patch finding" endpoint.
New instantiates HTTP handlers for all the findings service endpoints using the provided encoder and decoder.
NewEventResponseCollection builds the HTTP response body from the result of the "List events by finding" endpoint of the "findings" service.
NewFindingResponseCollection builds the HTTP response body from the result of the "List findings" endpoint of the "findings" service.
NewGetFindingHandler creates a HTTP handler which loads the HTTP request and calls the "findings" service "Get finding" endpoint.
NewGetFindingMTTRHandler creates a HTTP handler which loads the HTTP request and calls the "findings" service "Get finding MTTR" endpoint.
NewGetFindingMTTRPayload builds a findings service Get finding MTTR endpoint payload.
NewGetFindingMTTRResponseBody builds the HTTP response body from the result of the "Get finding MTTR" endpoint of the "findings" service.
NewGetFindingPayload builds a findings service Get finding endpoint payload.
NewGetFindingResponseBody builds the HTTP response body from the result of the "Get finding" endpoint of the "findings" service.
NewListEventsByFindingHandler creates a HTTP handler which loads the HTTP request and calls the "findings" service "List events by finding" endpoint.
NewListEventsByFindingPayload builds a findings service List events by finding endpoint payload.
NewListFindingsHandler creates a HTTP handler which loads the HTTP request and calls the "findings" service "List findings" endpoint.
NewListFindingsPayload builds a findings service List findings endpoint payload.
NewPatchFindingHandler creates a HTTP handler which loads the HTTP request and calls the "findings" service "Patch finding" endpoint.
NewPatchFindingPayload builds a findings service Patch finding endpoint payload.
NewPatchFindingResponseBody builds the HTTP response body from the result of the "Patch finding" endpoint of the "findings" service.
PatchFindingFindingsPath returns the URL path to the findings service Patch finding HTTP endpoint.
# Structs
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.
MountPoint holds information about the mounted endpoints.
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.
Server lists the findings 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.
# Type aliases
EventResponseCollection is the type of the "findings" service "List events by finding" endpoint HTTP response body.
FindingResponseCollection is the type of the "findings" service "List findings" endpoint HTTP response body.