Versions in this module Expand all Collapse all v2 v2.0.0 Jan 1, 2021 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, fn gctx.NodeProcessor, ...) + func (bee *Beego) DisableLog() + func (bee *Beego) FormParam() url.Values + func (bee *Beego) GetCookie() (string, error) + func (bee *Beego) IsPjax() bool + func (bee *Beego) Lang() string + func (bee *Beego) Method() string + func (bee *Beego) Name() string + func (bee *Beego) Path() string + func (bee *Beego) Redirect() + func (bee *Beego) Run() error + 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) Other modules containing this package github.com/betterwithbenji/go-admin