# Functions
No description provided by the author
ErrorHandlerJSON implements JSON content type error handler.
ErrorHandlerString implements plain text content type error handler.
ErrorStatusCode translates to the respective status code.
NewOptions returns options from config file or environment vars.
NewOptionsWithPath unmarshals a given key path into options and returns it.
NewServer returns a new echo server with default options.
NewServerWithConfigPath returns a new echo server with options from config path.
NewServerWithOptions returns a new echo server with options.
WrapLogger wraps an instace of logger interface.
# Constants
No description provided by the author
# Structs
Options echo server options.
Server represents a echo server.
WrappedLogger represents a wrapped logger with util methods.
# Type aliases
Plugin defines an echo server Plugin function to execute.