Versions in this module Expand all Collapse all v2 v2.0.1 Nov 17, 2024 Changes in this version + func Content(handler HandlerFunc) echo.HandlerFunc + type Echo struct + func (*Echo) Name() string + func (*Echo) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (e *Echo) AddHandler(method, path string, handlers context.Handlers) + func (e *Echo) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + 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) Path() string + func (e *Echo) Query() url.Values + func (e *Echo) Redirect() + func (e *Echo) SetApp(app interface{}) error + func (e *Echo) SetContentType() + 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 HandlerFunc func(ctx echo.Context) (types.Panel, error) Other modules containing this package github.com/oursportsnation/go-admin