# Functions
No description provided by the author
No description provided by the author
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.
# Structs
No description provided by the author
No description provided by the author
ErrorResponse The ErrorResponse contains the Problem Details for HTTP APIs as specified in [RFC7807](https://tools.ietf.org/html/rfc7807).
No description provided by the author
No description provided by the author
No description provided by the author
SecretResponse Response object containing the secret value.
ServerInterfaceWrapper converts echo contexts to parameters.
ServiceStatus Response for the health check endpoint.
StoreSecretRequest Request body to store a secret value.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
No description provided by the author
No description provided by the author
No description provided by the author
ServerInterface represents all server handlers.
No description provided by the author
StrictServerInterface represents all server handlers.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Key The key under which secrets can be stored or retrieved.
KeyList List of keys currently stored in the store.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Secret The secret value stored under the provided key.
ServiceStatusStatus Indicates whether the service status is acceptable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StoreSecretJSONRequestBody defines body for StoreSecret for application/json ContentType.
No description provided by the author
No description provided by the author