Versions in this module Expand all Collapse all v1 v1.2.12 May 22, 2020 Changes in this version + func Content(handler HandlerFunc) beego.FilterFunc + type Beego struct + func (bee *Beego) AddHandler(method, path string, handlers gctx.Handlers) + func (bee *Beego) Content(ctx interface{}, getPanelFn types.GetPanelFn, navButtons ...types.Button) + func (bee *Beego) DisableLog() + func (bee *Beego) FormParam() url.Values + func (bee *Beego) GetCookie() (string, error) + func (bee *Beego) IsPjax() bool + func (bee *Beego) Method() string + func (bee *Beego) Name() string + func (bee *Beego) Path() string + func (bee *Beego) Redirect() + func (bee *Beego) SetApp(app interface{}) error + func (bee *Beego) SetContentType() + func (bee *Beego) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (bee *Beego) Static(prefix, path string) + func (bee *Beego) Use(app interface{}, plugs []plugins.Plugin) error + func (bee *Beego) User(ctx interface{}) (models.UserModel, bool) + func (bee *Beego) Write(body []byte) + type HandlerFunc func(ctx *context.Context) (types.Panel, error)