# 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.
NewApprovalRequest initializes result type ApprovalRequest from viewed result type ApprovalRequest.
NewApprovalRequestList initializes result type ApprovalRequestList from viewed result type ApprovalRequestList.
NewApproveEndpoint returns an endpoint function that calls the method "approve" of service "Approval".
NewClient initializes a "Approval" service client given the endpoints.
NewDenyEndpoint returns an endpoint function that calls the method "deny" of service "Approval".
NewEndpoints wraps the methods of the "Approval" service with endpoints.
NewIndexEndpoint returns an endpoint function that calls the method "index" of service "Approval".
NewShowEndpoint returns an endpoint function that calls the method "show" of service "Approval".
NewViewedApprovalRequest initializes viewed result type ApprovalRequest from result type ApprovalRequest using the given view.
NewViewedApprovalRequestList initializes viewed result type ApprovalRequestList from result type ApprovalRequestList 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
ApprovalRequest is the result type of the Approval service show method.
ApprovalRequestList is the result type of the Approval service index method.
ApprovalSubject is the subject of an approval.
ApprovePayload is the payload type of the Approval service approve method.
Client is the "Approval" service client.
ConfigurationOption describes a single parameter value used to configure an applied policy.
ConfigurationOptionCreateType is the payload for creating a single parameter value used to configure an applied policy.
DenyPayload is the payload type of the Approval service deny method.
Endpoints wraps the "Approval" service endpoints.
IndexPayload is the payload type of the Approval service index method.
Parameter defines a parameter given as input to a Policy.
Regular expression.
ShowPayload is the payload type of the Approval service show method.
User represents a registered RightScale user.
# Type aliases
No description provided by the author