package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev
# Functions
AlsoDoublySecureSecuredServicePath returns the URL path to the secured_service service also_doubly_secure HTTP endpoint.
BuildAlsoDoublySecurePayload builds the payload for the secured_service also_doubly_secure endpoint from CLI flags.
BuildDoublySecurePayload builds the payload for the secured_service doubly_secure endpoint from CLI flags.
BuildSecurePayload builds the payload for the secured_service secure endpoint from CLI flags.
BuildSigninPayload builds the payload for the secured_service signin endpoint from CLI flags.
DecodeAlsoDoublySecureResponse returns a decoder for responses returned by the secured_service also_doubly_secure endpoint.
DecodeDoublySecureResponse returns a decoder for responses returned by the secured_service doubly_secure endpoint.
DecodeSecureResponse returns a decoder for responses returned by the secured_service secure endpoint.
DecodeSigninResponse returns a decoder for responses returned by the secured_service signin endpoint.
DoublySecureSecuredServicePath returns the URL path to the secured_service service doubly_secure HTTP endpoint.
EncodeAlsoDoublySecureRequest returns an encoder for requests sent to the secured_service also_doubly_secure server.
EncodeDoublySecureRequest returns an encoder for requests sent to the secured_service doubly_secure server.
EncodeSecureRequest returns an encoder for requests sent to the secured_service secure server.
EncodeSigninRequest returns an encoder for requests sent to the secured_service signin server.
NewAlsoDoublySecureInvalidScopes builds a secured_service service also_doubly_secure endpoint invalid-scopes error.
NewAlsoDoublySecureUnauthorized builds a secured_service service also_doubly_secure endpoint unauthorized error.
NewClient instantiates HTTP clients for all the secured_service service servers.
NewDoublySecureInvalidScopes builds a secured_service service doubly_secure endpoint invalid-scopes error.
NewDoublySecureUnauthorized builds a secured_service service doubly_secure endpoint unauthorized error.
NewSecureInvalidScopes builds a secured_service service secure endpoint invalid-scopes error.
NewSecureUnauthorized builds a secured_service service secure endpoint unauthorized error.
NewSigninCredsOK builds a "secured_service" service "signin" endpoint result from a HTTP "OK" response.
NewSigninUnauthorized builds a secured_service service signin endpoint unauthorized error.
SecureSecuredServicePath returns the URL path to the secured_service service secure HTTP endpoint.
SigninSecuredServicePath returns the URL path to the secured_service service signin HTTP endpoint.
ValidateSigninResponseBody runs the validations defined on SigninResponseBody.
# Structs
Client lists the secured_service service endpoint HTTP clients.
SigninResponseBody is the type of the "secured_service" service "signin" endpoint HTTP response body.
# Type aliases
AlsoDoublySecureInvalidScopesResponseBody is the type of the "secured_service" service "also_doubly_secure" endpoint HTTP response body for the "invalid-scopes" error.
AlsoDoublySecureUnauthorizedResponseBody is the type of the "secured_service" service "also_doubly_secure" endpoint HTTP response body for the "unauthorized" error.
DoublySecureInvalidScopesResponseBody is the type of the "secured_service" service "doubly_secure" endpoint HTTP response body for the "invalid-scopes" error.
DoublySecureUnauthorizedResponseBody is the type of the "secured_service" service "doubly_secure" endpoint HTTP response body for the "unauthorized" error.
SecureInvalidScopesResponseBody is the type of the "secured_service" service "secure" endpoint HTTP response body for the "invalid-scopes" error.
SecureUnauthorizedResponseBody is the type of the "secured_service" service "secure" endpoint HTTP response body for the "unauthorized" error.
SigninUnauthorizedResponseBody is the type of the "secured_service" service "signin" endpoint HTTP response body for the "unauthorized" error.