# Functions
DecodeGetFixedIssuesStatsRequest returns a decoder for requests sent to the stats Get fixed issues stats endpoint.
DecodeGetIssuesStatsRequest returns a decoder for requests sent to the stats Get issues stats endpoint.
DecodeGetOpenIssuesStatsRequest returns a decoder for requests sent to the stats Get open issues stats endpoint.
DecodeGetStatsAssetsPerSeverityRequest returns a decoder for requests sent to the stats Get stats assets per severity endpoint.
DecodeGetStatsCurrentExposureRequest returns a decoder for requests sent to the stats Get stats current exposure endpoint.
DecodeGetStatsExposureRequest returns a decoder for requests sent to the stats Get stats exposure endpoint.
DecodeGetStatsMTTRRequest returns a decoder for requests sent to the stats Get stats MTTR endpoint.
EncodeGetFixedIssuesStatsResponse returns an encoder for responses returned by the stats Get fixed issues stats endpoint.
EncodeGetIssuesStatsResponse returns an encoder for responses returned by the stats Get issues stats endpoint.
EncodeGetOpenIssuesStatsResponse returns an encoder for responses returned by the stats Get open issues stats endpoint.
EncodeGetSizeStatsResponse returns an encoder for responses returned by the stats Get size stats endpoint.
EncodeGetStatsAssetsPerSeverityResponse returns an encoder for responses returned by the stats Get stats assets per severity endpoint.
EncodeGetStatsCurrentExposureResponse returns an encoder for responses returned by the stats Get stats current exposure endpoint.
EncodeGetStatsExposureResponse returns an encoder for responses returned by the stats Get stats exposure endpoint.
EncodeGetStatsMTTRResponse returns an encoder for responses returned by the stats Get stats MTTR endpoint.
GetFixedIssuesStatsStatsPath returns the URL path to the stats service Get fixed issues stats HTTP endpoint.
GetIssuesStatsStatsPath returns the URL path to the stats service Get issues stats HTTP endpoint.
GetOpenIssuesStatsStatsPath returns the URL path to the stats service Get open issues stats HTTP endpoint.
GetSizeStatsStatsPath returns the URL path to the stats service Get size stats HTTP endpoint.
GetStatsAssetsPerSeverityStatsPath returns the URL path to the stats service Get stats assets per severity HTTP endpoint.
GetStatsCurrentExposureStatsPath returns the URL path to the stats service Get stats current exposure HTTP endpoint.
GetStatsExposureStatsPath returns the URL path to the stats service Get stats exposure HTTP endpoint.
GetStatsMTTRStatsPath returns the URL path to the stats service Get stats MTTR HTTP endpoint.
Mount configures the mux to serve the stats endpoints.
MountGetFixedIssuesStatsHandler configures the mux to serve the "stats" service "Get fixed issues stats" endpoint.
MountGetIssuesStatsHandler configures the mux to serve the "stats" service "Get issues stats" endpoint.
MountGetOpenIssuesStatsHandler configures the mux to serve the "stats" service "Get open issues stats" endpoint.
MountGetSizeStatsHandler configures the mux to serve the "stats" service "Get size stats" endpoint.
MountGetStatsAssetsPerSeverityHandler configures the mux to serve the "stats" service "Get stats assets per severity" endpoint.
MountGetStatsCurrentExposureHandler configures the mux to serve the "stats" service "Get stats current exposure" endpoint.
MountGetStatsExposureHandler configures the mux to serve the "stats" service "Get stats exposure" endpoint.
MountGetStatsMTTRHandler configures the mux to serve the "stats" service "Get stats MTTR" endpoint.
New instantiates HTTP handlers for all the stats service endpoints using the provided encoder and decoder.
NewGetFixedIssuesStatsHandler creates a HTTP handler which loads the HTTP request and calls the "stats" service "Get fixed issues stats" endpoint.
NewGetFixedIssuesStatsPayload builds a stats service Get fixed issues stats endpoint payload.
NewGetFixedIssuesStatsResponseBody builds the HTTP response body from the result of the "Get fixed issues stats" endpoint of the "stats" service.
NewGetIssuesStatsHandler creates a HTTP handler which loads the HTTP request and calls the "stats" service "Get issues stats" endpoint.
NewGetIssuesStatsPayload builds a stats service Get issues stats endpoint payload.
NewGetOpenIssuesStatsHandler creates a HTTP handler which loads the HTTP request and calls the "stats" service "Get open issues stats" endpoint.
NewGetOpenIssuesStatsPayload builds a stats service Get open issues stats endpoint payload.
NewGetOpenIssuesStatsResponseBody builds the HTTP response body from the result of the "Get open issues stats" endpoint of the "stats" service.
NewGetSizeStatsHandler creates a HTTP handler which loads the HTTP request and calls the "stats" service "Get size stats" endpoint.
NewGetSizeStatsResponseBody builds the HTTP response body from the result of the "Get size stats" endpoint of the "stats" service.
NewGetStatsAssetsPerSeverityHandler creates a HTTP handler which loads the HTTP request and calls the "stats" service "Get stats assets per severity" endpoint.
NewGetStatsAssetsPerSeverityPayload builds a stats service Get stats assets per severity endpoint payload.
NewGetStatsAssetsPerSeverityResponseBody builds the HTTP response body from the result of the "Get stats assets per severity" endpoint of the "stats" service.
NewGetStatsCurrentExposureHandler creates a HTTP handler which loads the HTTP request and calls the "stats" service "Get stats current exposure" endpoint.
NewGetStatsCurrentExposurePayload builds a stats service Get stats current exposure endpoint payload.
NewGetStatsCurrentExposureResponseBody builds the HTTP response body from the result of the "Get stats current exposure" endpoint of the "stats" service.
NewGetStatsExposureHandler creates a HTTP handler which loads the HTTP request and calls the "stats" service "Get stats exposure" endpoint.
NewGetStatsExposurePayload builds a stats service Get stats exposure endpoint payload.
NewGetStatsExposureResponseBody builds the HTTP response body from the result of the "Get stats exposure" endpoint of the "stats" service.
NewGetStatsMTTRHandler creates a HTTP handler which loads the HTTP request and calls the "stats" service "Get stats MTTR" endpoint.
NewGetStatsMTTRPayload builds a stats service Get stats MTTR endpoint payload.
NewGetStatsMTTRResponseBody builds the HTTP response body from the result of the "Get stats MTTR" endpoint of the "stats" service.
NewIssueStatsResponseCollection builds the HTTP response body from the result of the "Get issues stats" endpoint of the "stats" service.
# Structs
GetFixedIssuesStatsResponseBody is the type of the "stats" service "Get fixed issues stats" endpoint HTTP response body.
GetOpenIssuesStatsResponseBody is the type of the "stats" service "Get open issues stats" endpoint HTTP response body.
GetSizeStatsResponseBody is the type of the "stats" service "Get size stats" endpoint HTTP response body.
GetStatsAssetsPerSeverityResponseBody is the type of the "stats" service "Get stats assets per severity" endpoint HTTP response body.
GetStatsCurrentExposureResponseBody is the type of the "stats" service "Get stats current exposure" endpoint HTTP response body.
GetStatsExposureResponseBody is the type of the "stats" service "Get stats exposure" endpoint HTTP response body.
GetStatsMTTRResponseBody is the type of the "stats" service "Get stats MTTR" endpoint HTTP response body.
IssueStatsResponse is used to define fields on response body types.
MountPoint holds information about the mounted endpoints.
Server lists the stats service endpoint HTTP handlers.
# Type aliases
IssueStatsResponseCollection is the type of the "stats" service "Get issues stats" endpoint HTTP response body.