Versions in this module Expand all Collapse all v0 v0.1.6 Mar 7, 2021 v0.1.5 Mar 6, 2021 Changes in this version + func Content(handler HandlerFn) echo.HandlerFunc + type Echo struct + func (e *Echo) AddHandler(method, path string, handlers context.Handlers) + func (e *Echo) Content(ctx interface{}, getPanelFn types.GetPanelFn, ...) + func (e *Echo) DisableLog() + func (e *Echo) FormParam() url.Values + func (e *Echo) GetCookie() (string, error) + func (e *Echo) IsPjax() bool + func (e *Echo) Lang() string + func (e *Echo) Method() string + func (e *Echo) Name() string + func (e *Echo) Path() string + func (e *Echo) Redirect() + func (e *Echo) Run() error + func (e *Echo) SetApp(app interface{}) error + func (e *Echo) SetContentType() + func (e *Echo) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (e *Echo) Static(prefix, path string) + func (e *Echo) Use(app interface{}, plugs []plugins.Plugin) error + func (e *Echo) User(ctx interface{}) (models.UserModel, bool) + func (e *Echo) Write(body []byte) + type HandlerFn func(ctx echo.Context) (types.Panel, error)