Documentation
¶
Index ¶
- func Content(handler HandlerFunc) echo.HandlerFunc
- type Echo
- func (e *Echo) AddHandler(method, path string, plug plugins.Plugin)
- func (e *Echo) Content(ctx interface{}, getPanelFn types.GetPanelFn)
- func (e *Echo) GetCookie() (string, error)
- func (e *Echo) Method() string
- func (e *Echo) Name() string
- func (e *Echo) Path() string
- func (e *Echo) PjaxHeader() string
- func (e *Echo) Redirect()
- func (e *Echo) SetApp(app interface{}) error
- func (e *Echo) SetContentType()
- func (e *Echo) SetContext(contextInterface interface{}) adapter.WebFrameWork
- func (e *Echo) Use(router interface{}, plugs []plugins.Plugin) error
- func (e *Echo) User(ci interface{}) (models.UserModel, bool)
- func (e *Echo) Write(body []byte)
- type HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶ added in v1.1.2
func Content(handler HandlerFunc) echo.HandlerFunc
Types ¶
type Echo ¶
type Echo struct { adapter.BaseAdapter // contains filtered or unexported fields }
Echo structure value is an Echo GoAdmin adapter.
func (*Echo) AddHandler ¶ added in v1.0.9
func (*Echo) Content ¶
func (e *Echo) Content(ctx interface{}, getPanelFn types.GetPanelFn)
func (*Echo) PjaxHeader ¶ added in v1.0.9
func (*Echo) SetContentType ¶ added in v1.0.9
func (e *Echo) SetContentType()
func (*Echo) SetContext ¶ added in v1.0.9
func (e *Echo) SetContext(contextInterface interface{}) adapter.WebFrameWork
Click to show internal directories.
Click to hide internal directories.