Versions in this module Expand all Collapse all v1 v1.3.1 Sep 5, 2020 v1.3.0 Sep 5, 2020 Changes in this version + func Content(handler HandlerFunc) ghttp.HandlerFunc + type Gf struct + func (gf *Gf) AddHandler(method, path string, handlers context.Handlers) + func (gf *Gf) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (gf *Gf) DisableLog() + func (gf *Gf) FormParam() url.Values + func (gf *Gf) GetCookie() (string, error) + func (gf *Gf) IsPjax() bool + func (gf *Gf) Method() string + func (gf *Gf) Name() string + func (gf *Gf) Path() string + func (gf *Gf) Redirect() + func (gf *Gf) Run() error + func (gf *Gf) SetApp(app interface{}) error + func (gf *Gf) SetContentType() + func (gf *Gf) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (gf *Gf) Static(prefix, path string) + func (gf *Gf) Use(app interface{}, plugs []plugins.Plugin) error + func (gf *Gf) User(ctx interface{}) (models.UserModel, bool) + func (gf *Gf) Write(body []byte) + type HandlerFunc func(ctx *ghttp.Request) (types.Panel, error)