Versions in this module Expand all Collapse all v0 v0.9.2 Apr 29, 2021 Changes in this version + const ShutdownDelay + func ErrorResponse(c echo.Context, status int, err error) error + func StandardResponse(c echo.Context, status int, res interface{}) error + type RouterFunc func() *echo.Echo + type Server interface + StartBlocking func() + Stop func() + func New(router RouterFunc, shutdown ShutdownFunc, errorHandler echo.HTTPErrorHandler) Server + type ShutdownFunc func(*echo.Echo) + type StatusObject struct + Message string + RootError error + Status int + func NewErrorStatus(s int, e error) StatusObject + func NewStatus(s int, m string) StatusObject + func (so *StatusObject) Error() string