Versions in this module Expand all Collapse all v0 v0.2.0 Dec 12, 2019 Changes in this version + func Logger() *logrus.Logger + type App interface + Clean func() error + Init func() error + RegisterRoute func(driver *Engine) + type Context = echo.Context + type Engine = echo.Echo + func NewEngine() *Engine + type ErrorListener interface + OnError func(err error, c Context) + type HTTPError = echo.HTTPError + type Server interface + Exit func(sig os.Signal) + Init func() error + Start func() + func NewServer(services ...App) Server