Versions in this module Expand all Collapse all v2 v2.0.1 Nov 17, 2024 Changes in this version + type Beego2 struct + func (*Beego2) Name() string + func (*Beego2) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (bee2 *Beego2) AddHandler(method, path string, handlers gctx.Handlers) + func (bee2 *Beego2) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn gctx.NodeProcessor, ...) + func (bee2 *Beego2) FormParam() url.Values + func (bee2 *Beego2) GetCookie() (string, error) + func (bee2 *Beego2) IsPjax() bool + func (bee2 *Beego2) Lang() string + func (bee2 *Beego2) Method() string + func (bee2 *Beego2) Path() string + func (bee2 *Beego2) Query() url.Values + func (bee2 *Beego2) Redirect() + func (bee2 *Beego2) SetApp(app interface{}) error + func (bee2 *Beego2) SetContentType() + func (bee2 *Beego2) Use(app interface{}, plugins []plugins.Plugin) error + func (bee2 *Beego2) User(ctx interface{}) (models.UserModel, bool) + func (bee2 *Beego2) Write(body []byte) Other modules containing this package github.com/oursportsnation/go-admin