# Functions
BuildRefreshConfigPayload builds the payload for the admin RefreshConfig endpoint from CLI flags.
BuildUpdateAgentPayload builds the payload for the admin UpdateAgent endpoint from CLI flags.
DecodeRefreshConfigResponse returns a decoder for responses returned by the admin RefreshConfig endpoint.
DecodeUpdateAgentResponse returns a decoder for responses returned by the admin UpdateAgent endpoint.
EncodeRefreshConfigRequest returns an encoder for requests sent to the admin RefreshConfig server.
EncodeUpdateAgentRequest returns an encoder for requests sent to the admin UpdateAgent server.
NewClient instantiates HTTP clients for all the admin service servers.
NewRefreshConfigInternalError builds a admin service RefreshConfig endpoint internal-error error.
NewRefreshConfigInvalidScopes builds a admin service RefreshConfig endpoint invalid-scopes error.
NewRefreshConfigInvalidToken builds a admin service RefreshConfig endpoint invalid-token error.
NewRefreshConfigResultOK builds a "admin" service "RefreshConfig" endpoint result from a HTTP "OK" response.
NewUpdateAgentInternalError builds a admin service UpdateAgent endpoint internal-error error.
NewUpdateAgentInvalidPayload builds a admin service UpdateAgent endpoint invalid-payload error.
NewUpdateAgentInvalidScopes builds a admin service UpdateAgent endpoint invalid-scopes error.
NewUpdateAgentInvalidToken builds a admin service UpdateAgent endpoint invalid-token error.
NewUpdateAgentRequestBody builds the HTTP request body from the payload of the "UpdateAgent" endpoint of the "admin" service.
NewUpdateAgentResultOK builds a "admin" service "UpdateAgent" endpoint result from a HTTP "OK" response.
RefreshConfigAdminPath returns the URL path to the admin service RefreshConfig HTTP endpoint.
UpdateAgentAdminPath returns the URL path to the admin service UpdateAgent HTTP endpoint.
ValidateRefreshConfigInternalErrorResponseBody runs the validations defined on RefreshConfig_internal-error_Response_Body.
ValidateRefreshConfigInvalidScopesResponseBody runs the validations defined on RefreshConfig_invalid-scopes_Response_Body.
ValidateRefreshConfigInvalidTokenResponseBody runs the validations defined on RefreshConfig_invalid-token_Response_Body.
ValidateRefreshConfigResponseBody runs the validations defined on RefreshConfigResponseBody.
ValidateUpdateAgentInternalErrorResponseBody runs the validations defined on UpdateAgent_internal-error_Response_Body.
ValidateUpdateAgentInvalidPayloadResponseBody runs the validations defined on UpdateAgent_invalid-payload_Response_Body.
ValidateUpdateAgentInvalidScopesResponseBody runs the validations defined on UpdateAgent_invalid-scopes_Response_Body.
ValidateUpdateAgentInvalidTokenResponseBody runs the validations defined on UpdateAgent_invalid-token_Response_Body.
ValidateUpdateAgentResponseBody runs the validations defined on UpdateAgentResponseBody.
# Structs
Client lists the admin service endpoint HTTP clients.
RefreshConfigInternalErrorResponseBody is the type of the "admin" service "RefreshConfig" endpoint HTTP response body for the "internal-error" error.
RefreshConfigInvalidScopesResponseBody is the type of the "admin" service "RefreshConfig" endpoint HTTP response body for the "invalid-scopes" error.
RefreshConfigInvalidTokenResponseBody is the type of the "admin" service "RefreshConfig" endpoint HTTP response body for the "invalid-token" error.
RefreshConfigResponseBody is the type of the "admin" service "RefreshConfig" endpoint HTTP response body.
UpdateAgentInternalErrorResponseBody is the type of the "admin" service "UpdateAgent" endpoint HTTP response body for the "internal-error" error.
UpdateAgentInvalidPayloadResponseBody is the type of the "admin" service "UpdateAgent" endpoint HTTP response body for the "invalid-payload" error.
UpdateAgentInvalidScopesResponseBody is the type of the "admin" service "UpdateAgent" endpoint HTTP response body for the "invalid-scopes" error.
UpdateAgentInvalidTokenResponseBody is the type of the "admin" service "UpdateAgent" endpoint HTTP response body for the "invalid-token" error.
UpdateAgentRequestBody is the type of the "admin" service "UpdateAgent" endpoint HTTP request body.
UpdateAgentResponseBody is the type of the "admin" service "UpdateAgent" endpoint HTTP response body.