# Packages
No description provided by the author
# Functions
NewClient initializes a "issues" service client given the endpoints.
NewEndpoints wraps the methods of the "issues" service with endpoints.
NewFinding initializes result type Finding from viewed result type Finding.
NewFindingCollection initializes result type FindingCollection from viewed result type FindingCollection.
NewGetFindingByIssueTargetAndAffectedResourceEndpoint returns an endpoint function that calls the method "Get finding by issue, target and affected resource" of service "issues".
NewGetIssueEndpoint returns an endpoint function that calls the method "Get issue" of service "issues".
NewGetIssueMTTREndpoint returns an endpoint function that calls the method "Get issue MTTR" of service "issues".
NewIssue initializes result type Issue from viewed result type Issue.
NewIssueCollection initializes result type IssueCollection from viewed result type IssueCollection.
NewIssuesSummaryEndpoint returns an endpoint function that calls the method "Issues summary" of service "issues".
NewIssueSummaryCollection initializes result type IssueSummaryCollection from viewed result type IssueSummaryCollection.
NewListFindingsByIssueEndpoint returns an endpoint function that calls the method "List findings by issue" of service "issues".
NewListIssuesEndpoint returns an endpoint function that calls the method "List issues" of service "issues".
NewViewedFinding initializes viewed result type Finding from result type Finding using the given view.
NewViewedFindingCollection initializes viewed result type FindingCollection from result type FindingCollection using the given view.
NewViewedIssue initializes viewed result type Issue from result type Issue using the given view.
NewViewedIssueCollection initializes viewed result type IssueCollection from result type IssueCollection using the given view.
NewViewedIssueSummaryCollection initializes viewed result type IssueSummaryCollection from result type IssueSummaryCollection 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 "issues" service client.
Endpoints wraps the "issues" service endpoints.
Finding is the result type of the issues service Get finding by issue, target and affected resource method.
GetFindingByIssueTargetAndAffectedResourcePayload is the payload type of the issues service Get finding by issue, target and affected resource method.
GetIssueMTTRPayload is the payload type of the issues service Get issue MTTR method.
GetIssuePayload is the payload type of the issues service Get issue method.
Issue is the result type of the issues service Get issue method.
IssuesSummaryPayload is the payload type of the issues service Issues summary method.
No description provided by the author
ListFindingsByIssuePayload is the payload type of the issues service List findings by issue method.
ListIssuesPayload is the payload type of the issues service List issues method.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Issues endpoint.
# Type aliases
FindingCollection is the result type of the issues service List findings by issue method.
IssueCollection is the result type of the issues service List issues method.
IssueSummaryCollection is the result type of the issues service Issues summary method.