# Functions
DecodeGetFindingByIssueTargetAndAffectedResourceRequest returns a decoder for requests sent to the issues Get finding by issue, target and affected resource endpoint.
DecodeGetIssueMTTRRequest returns a decoder for requests sent to the issues Get issue MTTR endpoint.
DecodeGetIssueRequest returns a decoder for requests sent to the issues Get issue endpoint.
DecodeIssuesSummaryRequest returns a decoder for requests sent to the issues Issues summary endpoint.
DecodeListFindingsByIssueRequest returns a decoder for requests sent to the issues List findings by issue endpoint.
DecodeListIssuesRequest returns a decoder for requests sent to the issues List issues endpoint.
EncodeGetFindingByIssueTargetAndAffectedResourceResponse returns an encoder for responses returned by the issues Get finding by issue, target and affected resource endpoint.
EncodeGetIssueMTTRResponse returns an encoder for responses returned by the issues Get issue MTTR endpoint.
EncodeGetIssueResponse returns an encoder for responses returned by the issues Get issue endpoint.
EncodeIssuesSummaryResponse returns an encoder for responses returned by the issues Issues summary endpoint.
EncodeListFindingsByIssueResponse returns an encoder for responses returned by the issues List findings by issue endpoint.
EncodeListIssuesResponse returns an encoder for responses returned by the issues List issues endpoint.
GetFindingByIssueTargetAndAffectedResourceIssuesPath returns the URL path to the issues service Get finding by issue, target and affected resource HTTP endpoint.
GetIssueIssuesPath returns the URL path to the issues service Get issue HTTP endpoint.
GetIssueMTTRIssuesPath returns the URL path to the issues service Get issue MTTR HTTP endpoint.
IssuesSummaryIssuesPath returns the URL path to the issues service Issues summary HTTP endpoint.
ListFindingsByIssueIssuesPath returns the URL path to the issues service List findings by issue HTTP endpoint.
ListIssuesIssuesPath returns the URL path to the issues service List issues HTTP endpoint.
Mount configures the mux to serve the issues endpoints.
MountGetFindingByIssueTargetAndAffectedResourceHandler configures the mux to serve the "issues" service "Get finding by issue, target and affected resource" endpoint.
MountGetIssueHandler configures the mux to serve the "issues" service "Get issue" endpoint.
MountGetIssueMTTRHandler configures the mux to serve the "issues" service "Get issue MTTR" endpoint.
MountIssuesSummaryHandler configures the mux to serve the "issues" service "Issues summary" endpoint.
MountListFindingsByIssueHandler configures the mux to serve the "issues" service "List findings by issue" endpoint.
MountListIssuesHandler configures the mux to serve the "issues" service "List issues" endpoint.
New instantiates HTTP handlers for all the issues service endpoints using the provided encoder and decoder.
NewFindingResponseCollection builds the HTTP response body from the result of the "List findings by issue" endpoint of the "issues" service.
NewGetFindingByIssueTargetAndAffectedResourceHandler creates a HTTP handler which loads the HTTP request and calls the "issues" service "Get finding by issue, target and affected resource" endpoint.
NewGetFindingByIssueTargetAndAffectedResourcePayload builds a issues service Get finding by issue, target and affected resource endpoint payload.
NewGetFindingByIssueTargetAndAffectedResourceResponseBody builds the HTTP response body from the result of the "Get finding by issue, target and affected resource" endpoint of the "issues" service.
NewGetIssueHandler creates a HTTP handler which loads the HTTP request and calls the "issues" service "Get issue" endpoint.
NewGetIssueMTTRHandler creates a HTTP handler which loads the HTTP request and calls the "issues" service "Get issue MTTR" endpoint.
NewGetIssueMTTRPayload builds a issues service Get issue MTTR endpoint payload.
NewGetIssuePayload builds a issues service Get issue endpoint payload.
NewGetIssueResponseBody builds the HTTP response body from the result of the "Get issue" endpoint of the "issues" service.
NewIssueResponseCollection builds the HTTP response body from the result of the "List issues" endpoint of the "issues" service.
NewIssuesSummaryHandler creates a HTTP handler which loads the HTTP request and calls the "issues" service "Issues summary" endpoint.
NewIssuesSummaryPayload builds a issues service Issues summary endpoint payload.
NewIssueSummaryResponseCollection builds the HTTP response body from the result of the "Issues summary" endpoint of the "issues" service.
NewListFindingsByIssueHandler creates a HTTP handler which loads the HTTP request and calls the "issues" service "List findings by issue" endpoint.
NewListFindingsByIssuePayload builds a issues service List findings by issue endpoint payload.
NewListIssuesHandler creates a HTTP handler which loads the HTTP request and calls the "issues" service "List issues" endpoint.
NewListIssuesPayload builds a issues service List issues endpoint payload.
# Structs
FindingResponse is used to define fields on response body types.
GetFindingByIssueTargetAndAffectedResourceResponseBody is the type of the "issues" service "Get finding by issue, target and affected resource" endpoint HTTP response body.
GetIssueResponseBody is the type of the "issues" service "Get issue" endpoint HTTP response body.
IssueResponse is used to define fields on response body types.
IssueResponseBody is used to define fields on response body types.
IssueSummaryResponse 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 issues 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
FindingResponseCollection is the type of the "issues" service "List findings by issue" endpoint HTTP response body.
IssueResponseCollection is the type of the "issues" service "List issues" endpoint HTTP response body.
IssueSummaryResponseCollection is the type of the "issues" service "Issues summary" endpoint HTTP response body.