# Functions

BuildGetFixedIssuesStatsPayload builds the payload for the stats Get fixed issues stats endpoint from CLI flags.
BuildGetIssuesStatsPayload builds the payload for the stats Get issues stats endpoint from CLI flags.
BuildGetOpenIssuesStatsPayload builds the payload for the stats Get open issues stats endpoint from CLI flags.
BuildGetStatsAssetsPerSeverityPayload builds the payload for the stats Get stats assets per severity endpoint from CLI flags.
BuildGetStatsCurrentExposurePayload builds the payload for the stats Get stats current exposure endpoint from CLI flags.
BuildGetStatsExposurePayload builds the payload for the stats Get stats exposure endpoint from CLI flags.
BuildGetStatsMTTRPayload builds the payload for the stats Get stats MTTR endpoint from CLI flags.
DecodeGetFixedIssuesStatsResponse returns a decoder for responses returned by the stats Get fixed issues stats endpoint.
DecodeGetIssuesStatsResponse returns a decoder for responses returned by the stats Get issues stats endpoint.
DecodeGetOpenIssuesStatsResponse returns a decoder for responses returned by the stats Get open issues stats endpoint.
DecodeGetSizeStatsResponse returns a decoder for responses returned by the stats Get size stats endpoint.
DecodeGetStatsAssetsPerSeverityResponse returns a decoder for responses returned by the stats Get stats assets per severity endpoint.
DecodeGetStatsCurrentExposureResponse returns a decoder for responses returned by the stats Get stats current exposure endpoint.
DecodeGetStatsExposureResponse returns a decoder for responses returned by the stats Get stats exposure endpoint.
DecodeGetStatsMTTRResponse returns a decoder for responses returned by the stats Get stats MTTR endpoint.
EncodeGetFixedIssuesStatsRequest returns an encoder for requests sent to the stats Get fixed issues stats server.
EncodeGetIssuesStatsRequest returns an encoder for requests sent to the stats Get issues stats server.
EncodeGetOpenIssuesStatsRequest returns an encoder for requests sent to the stats Get open issues stats server.
EncodeGetStatsAssetsPerSeverityRequest returns an encoder for requests sent to the stats Get stats assets per severity server.
EncodeGetStatsCurrentExposureRequest returns an encoder for requests sent to the stats Get stats current exposure server.
EncodeGetStatsExposureRequest returns an encoder for requests sent to the stats Get stats exposure server.
EncodeGetStatsMTTRRequest returns an encoder for requests sent to the stats Get stats MTTR server.
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.
NewClient instantiates HTTP clients for all the stats service servers.
NewGetFixedIssuesStatsSeverityOK builds a "stats" service "Get fixed issues stats" endpoint result from a HTTP "OK" response.
NewGetIssuesStatsIssueStatsCollectionOK builds a "stats" service "Get issues stats" endpoint result from a HTTP "OK" response.
NewGetOpenIssuesStatsSeverityOK builds a "stats" service "Get open issues stats" endpoint result from a HTTP "OK" response.
NewGetSizeStatsSizeOK builds a "stats" service "Get size stats" endpoint result from a HTTP "OK" response.
NewGetStatsAssetsPerSeveritySeverityAndTotalOK builds a "stats" service "Get stats assets per severity" endpoint result from a HTTP "OK" response.
NewGetStatsCurrentExposureCurrentExposureOK builds a "stats" service "Get stats current exposure" endpoint result from a HTTP "OK" response.
NewGetStatsExposureExposureOK builds a "stats" service "Get stats exposure" endpoint result from a HTTP "OK" response.
NewGetStatsMTTRSeverityAndTotalOK builds a "stats" service "Get stats MTTR" endpoint result from a HTTP "OK" response.

# Structs

Client lists the stats service endpoint HTTP clients.
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.

# Type aliases

GetIssuesStatsResponseBody is the type of the "stats" service "Get issues stats" endpoint HTTP response body.