# 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.
NewActionStatus initializes result type ActionStatus from viewed result type ActionStatus.
NewActionStatusList initializes result type ActionStatusList from viewed result type ActionStatusList.
NewClient initializes a "ActionStatus" service client given the endpoints.
NewEndpoints wraps the methods of the "ActionStatus" service with endpoints.
NewIndexEndpoint returns an endpoint function that calls the method "index" of service "ActionStatus".
NewShowEndpoint returns an endpoint function that calls the method "show" of service "ActionStatus".
NewViewedActionStatus initializes viewed result type ActionStatus from result type ActionStatus using the given view.
NewViewedActionStatusList initializes viewed result type ActionStatusList from result type ActionStatusList 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
ActionItemStatus holds the status of a single step in an action.
ActionStatus is the result type of the ActionStatus service show method.
ActionStatusList is the result type of the ActionStatus service index method.
Client is the "ActionStatus" service client.
ConfigurationOption describes a single parameter value used to configure an applied policy.
Endpoints wraps the "ActionStatus" service endpoints.
IndexPayload is the payload type of the ActionStatus service index method.
ShowPayload is the payload type of the ActionStatus service show method.
User represents a registered RightScale user.
# Type aliases
No description provided by the author