package
1.5.0
Repository: https://github.com/rightscale/policy_sdk.git
Documentation: pkg.go.dev

# Functions

BuildIndexPayload builds the payload for the ActionStatus index endpoint from CLI flags.
BuildShowPayload builds the payload for the ActionStatus show endpoint from CLI flags.
DecodeIndexResponse returns a decoder for responses returned by the ActionStatus index endpoint.
DecodeShowResponse returns a decoder for responses returned by the ActionStatus show endpoint.
EncodeIndexRequest returns an encoder for requests sent to the ActionStatus index server.
EncodeShowRequest returns an encoder for requests sent to the ActionStatus show server.
IndexActionStatusPath returns the URL path to the ActionStatus service index HTTP endpoint.
NewClient instantiates HTTP clients for all the ActionStatus service servers.
NewIndexActionStatusListNotModified builds a "ActionStatus" service "index" endpoint result from a HTTP "NotModified" response.
NewIndexActionStatusListOK builds a "ActionStatus" service "index" endpoint result from a HTTP "OK" response.
NewIndexBadGateway builds a ActionStatus service index endpoint bad_gateway error.
NewIndexBadRequest builds a ActionStatus service index endpoint bad_request error.
NewIndexForbidden builds a ActionStatus service index endpoint forbidden error.
NewIndexInternalError builds a ActionStatus service index endpoint internal_error error.
NewIndexUnauthorized builds a ActionStatus service index endpoint unauthorized error.
NewShowActionStatusOK builds a "ActionStatus" service "show" endpoint result from a HTTP "OK" response.
NewShowBadGateway builds a ActionStatus service show endpoint bad_gateway error.
NewShowBadRequest builds a ActionStatus service show endpoint bad_request error.
NewShowForbidden builds a ActionStatus service show endpoint forbidden error.
NewShowInternalError builds a ActionStatus service show endpoint internal_error error.
NewShowNotFound builds a ActionStatus service show endpoint not_found error.
NewShowUnauthorized builds a ActionStatus service show endpoint unauthorized error.
ShowActionStatusPath returns the URL path to the ActionStatus service show HTTP endpoint.
ValidateActionItemStatusResponseBody runs the validations defined on ActionItemStatusResponseBody.
ValidateActionStatusCollectionResponseBody runs the validations defined on ActionStatusCollectionResponseBody.
ValidateActionStatusResponseBody runs the validations defined on ActionStatusResponseBody.
ValidateConfigurationOptionResponseBody runs the validations defined on ConfigurationOptionResponseBody.
ValidateIndexBadGatewayResponseBody runs the validations defined on index_bad_gateway_response_body.
ValidateIndexBadRequestResponseBody runs the validations defined on index_bad_request_response_body.
ValidateIndexForbiddenResponseBody runs the validations defined on index_forbidden_response_body.
ValidateIndexInternalErrorResponseBody runs the validations defined on index_internal_error_response_body.
ValidateIndexUnauthorizedResponseBody runs the validations defined on index_unauthorized_response_body.
ValidateShowBadGatewayResponseBody runs the validations defined on show_bad_gateway_response_body.
ValidateShowBadRequestResponseBody runs the validations defined on show_bad_request_response_body.
ValidateShowForbiddenResponseBody runs the validations defined on show_forbidden_response_body.
ValidateShowInternalErrorResponseBody runs the validations defined on show_internal_error_response_body.
ValidateShowNotFoundResponseBody runs the validations defined on show_not_found_response_body.
ValidateShowUnauthorizedResponseBody runs the validations defined on show_unauthorized_response_body.
ValidateUserResponseBody runs the validations defined on UserResponseBody.

# Structs

ActionItemStatusResponseBody is used to define fields on response body types.
ActionStatusResponseBody is used to define fields on response body types.
Client lists the ActionStatus service endpoint HTTP clients.
ConfigurationOptionResponseBody is used to define fields on response body types.
IndexBadGatewayResponseBody is the type of the "ActionStatus" service "index" endpoint HTTP response body for the "bad_gateway" error.
IndexBadRequestResponseBody is the type of the "ActionStatus" service "index" endpoint HTTP response body for the "bad_request" error.
IndexForbiddenResponseBody is the type of the "ActionStatus" service "index" endpoint HTTP response body for the "forbidden" error.
IndexInternalErrorResponseBody is the type of the "ActionStatus" service "index" endpoint HTTP response body for the "internal_error" error.
IndexOKResponseBody is the type of the "ActionStatus" service "index" endpoint HTTP response body.
IndexUnauthorizedResponseBody is the type of the "ActionStatus" service "index" endpoint HTTP response body for the "unauthorized" error.
ShowBadGatewayResponseBody is the type of the "ActionStatus" service "show" endpoint HTTP response body for the "bad_gateway" error.
ShowBadRequestResponseBody is the type of the "ActionStatus" service "show" endpoint HTTP response body for the "bad_request" error.
ShowForbiddenResponseBody is the type of the "ActionStatus" service "show" endpoint HTTP response body for the "forbidden" error.
ShowInternalErrorResponseBody is the type of the "ActionStatus" service "show" endpoint HTTP response body for the "internal_error" error.
ShowNotFoundResponseBody is the type of the "ActionStatus" service "show" endpoint HTTP response body for the "not_found" error.
ShowResponseBody is the type of the "ActionStatus" service "show" endpoint HTTP response body.
ShowUnauthorizedResponseBody is the type of the "ActionStatus" service "show" endpoint HTTP response body for the "unauthorized" error.
UserResponseBody is used to define fields on response body types.

# Type aliases

ActionStatusCollectionResponseBody is used to define fields on response body types.