# Packages
No description provided by the author
# Functions
NewClient initializes a "stats" service client given the endpoints.
NewCurrentExposure initializes result type CurrentExposure from viewed result type CurrentExposure.
NewEndpoints wraps the methods of the "stats" service with endpoints.
NewExposure initializes result type Exposure from viewed result type Exposure.
NewGetFixedIssuesStatsEndpoint returns an endpoint function that calls the method "Get fixed issues stats" of service "stats".
NewGetIssuesStatsEndpoint returns an endpoint function that calls the method "Get issues stats" of service "stats".
NewGetOpenIssuesStatsEndpoint returns an endpoint function that calls the method "Get open issues stats" of service "stats".
NewGetSizeStatsEndpoint returns an endpoint function that calls the method "Get size stats" of service "stats".
NewGetStatsAssetsPerSeverityEndpoint returns an endpoint function that calls the method "Get stats assets per severity" of service "stats".
NewGetStatsCurrentExposureEndpoint returns an endpoint function that calls the method "Get stats current exposure" of service "stats".
NewGetStatsExposureEndpoint returns an endpoint function that calls the method "Get stats exposure" of service "stats".
NewGetStatsMTTREndpoint returns an endpoint function that calls the method "Get stats MTTR" of service "stats".
NewIssueStatsCollection initializes result type IssueStatsCollection from viewed result type IssueStatsCollection.
NewSeverity initializes result type Severity from viewed result type Severity.
NewSeverityAndTotal initializes result type SeverityAndTotal from viewed result type SeverityAndTotal.
NewSize initializes result type Size from viewed result type Size.
NewViewedCurrentExposure initializes viewed result type CurrentExposure from result type CurrentExposure using the given view.
NewViewedExposure initializes viewed result type Exposure from result type Exposure using the given view.
NewViewedIssueStatsCollection initializes viewed result type IssueStatsCollection from result type IssueStatsCollection using the given view.
NewViewedSeverity initializes viewed result type Severity from result type Severity using the given view.
NewViewedSeverityAndTotal initializes viewed result type SeverityAndTotal from result type SeverityAndTotal using the given view.
NewViewedSize initializes viewed result type Size from result type Size using the given view.
# Constants
ServiceName is the name of the service as defined in the design.
# Variables
MethodNames lists the service method names as defined in the design.
# Structs
Client is the "stats" service client.
CurrentExposure is the result type of the stats service Get stats current exposure method.
Endpoints wraps the "stats" service endpoints.
Exposure is the result type of the stats service Get stats exposure method.
GetFixedIssuesStatsPayload is the payload type of the stats service Get fixed issues stats method.
GetIssuesStatsPayload is the payload type of the stats service Get issues stats method.
GetOpenIssuesStatsPayload is the payload type of the stats service Get open issues stats method.
GetStatsAssetsPerSeverityPayload is the payload type of the stats service Get stats assets per severity method.
GetStatsCurrentExposurePayload is the payload type of the stats service Get stats current exposure method.
GetStatsExposurePayload is the payload type of the stats service Get stats exposure method.
GetStatsMTTRPayload is the payload type of the stats service Get stats MTTR method.
No description provided by the author
Severity is the result type of the stats service Get open issues stats method.
SeverityAndTotal is the result type of the stats service Get stats assets per severity method.
Size is the result type of the stats service Get size stats method.
# Interfaces
Stats endpoint.
# Type aliases
IssueStatsCollection is the result type of the stats service Get issues stats method.