# Functions
MakeInternalError builds a goa.ServiceError from an error.
MakeInvalidPayload builds a goa.ServiceError from an error.
MakeInvalidScopes builds a goa.ServiceError from an error.
MakeInvalidToken builds a goa.ServiceError from an error.
NewClient initializes a "admin" service client given the endpoints.
NewEndpoints wraps the methods of the "admin" service with endpoints.
NewRefreshConfigEndpoint returns an endpoint function that calls the method "RefreshConfig" of service "admin".
NewUpdateAgentEndpoint returns an endpoint function that calls the method "UpdateAgent" of service "admin".
# Constants
APIName is the name of the API as defined in the design.
APIVersion is the version of the API as defined in the design.
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
Client is the "admin" service client.
Endpoints wraps the "admin" service endpoints.
RefreshConfigPayload is the payload type of the admin service RefreshConfig method.
RefreshConfigResult is the result type of the admin service RefreshConfig method.
UpdateAgentPayload is the payload type of the admin service UpdateAgent method.
UpdateAgentResult is the result type of the admin service UpdateAgent method.