# Packages
No description provided by the author
# Functions
MakeBadGateway builds a goa.ServiceError from an error.
MakeBadRequest builds a goa.ServiceError from an error.
MakeForbidden builds a goa.ServiceError from an error.
MakeInternalError builds a goa.ServiceError from an error.
MakeNotFound builds a goa.ServiceError from an error.
MakeUnauthorized builds a goa.ServiceError from an error.
MakeUnprocessableEntity builds a goa.ServiceError from an error.
NewArchivedIncident initializes result type ArchivedIncident from viewed result type ArchivedIncident.
NewArchivedIncidentList initializes result type ArchivedIncidentList from viewed result type ArchivedIncidentList.
NewClient initializes a "ArchivedIncident" service client given the endpoints.
NewEndpoints wraps the methods of the "ArchivedIncident" service with endpoints.
NewEscalations initializes result type Escalations from viewed result type Escalations.
NewIndexEndpoint returns an endpoint function that calls the method "index" of service "ArchivedIncident".
NewIndexEscalationsEndpoint returns an endpoint function that calls the method "index_escalations" of service "ArchivedIncident".
NewIndexResolutionsEndpoint returns an endpoint function that calls the method "index_resolutions" of service "ArchivedIncident".
NewResolutions initializes result type Resolutions from viewed result type Resolutions.
NewShowEndpoint returns an endpoint function that calls the method "show" of service "ArchivedIncident".
NewViewedArchivedIncident initializes viewed result type ArchivedIncident from result type ArchivedIncident using the given view.
NewViewedArchivedIncidentList initializes viewed result type ArchivedIncidentList from result type ArchivedIncidentList using the given view.
NewViewedEscalations initializes viewed result type Escalations from result type Escalations using the given view.
NewViewedResolutions initializes viewed result type Resolutions from result type Resolutions 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
AppliedPolicy describes a policy that is currently applied.
ApprovalRequest describes an approval request to perform one or more actions.
ApprovalSubject is the subject of an approval.
ArchivedIncident is the result type of the ArchivedIncident service show method.
ArchivedIncidentList is the result type of the ArchivedIncident service index method.
Client is the "ArchivedIncident" service client.
ConfigurationOption describes a single parameter value used to configure an applied policy.
Credentials describes a reference to an API signer in the credentials service in the policy language.
No description provided by the author
Endpoints wraps the "ArchivedIncident" service endpoints.
Escalation holds the status of one or more actions of an escalation.
EscalationAction holds the status of a single action in an escalation.
Escalations is the result type of the ArchivedIncident service index_escalations method.
IndexEscalationsPayload is the payload type of the ArchivedIncident service index_escalations method.
IndexPayload is the payload type of the ArchivedIncident service index method.
IndexResolutionsPayload is the payload type of the ArchivedIncident service index_resolutions method.
Parameter defines a parameter given as input to a Policy.
Permission defines a role required in RightScale to perform actions on resources.
PolicyTemplate describes a previously uploaded policy template.
Project represents a RightScale project and provides some information about the project.
PublishedTemplate describes a previously created published template.
Regular expression.
Resolution holds the status of one or more actions of a resolution.
ResolutionAction holds the status of a single action in a resolution.
Resolutions is the result type of the ArchivedIncident service index_resolutions method.
ShowPayload is the payload type of the ArchivedIncident service show method.
User represents a registered RightScale user.
# Type aliases
No description provided by the author