Documentation ¶
Index ¶
- func Content(handler HandlerFunc) beego.FilterFunc
- type Beego
- func (bee *Beego) AddHandler(method, path string, handlers gctx.Handlers)
- func (bee *Beego) Content(ctx interface{}, getPanelFn types.GetPanelFn)
- func (bee *Beego) FormParam() url.Values
- func (bee *Beego) GetCookie() (string, error)
- func (bee *Beego) Method() string
- func (bee *Beego) Name() string
- func (bee *Beego) Path() string
- func (bee *Beego) PjaxHeader() 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) Use(router interface{}, plugs []plugins.Plugin) error
- func (bee *Beego) User(ci interface{}) (models.UserModel, bool)
- func (bee *Beego) Write(body []byte)
- type HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶ added in v1.2.12
func Content(handler HandlerFunc) beego.FilterFunc
Types ¶
type Beego ¶
type Beego struct { adapter.BaseAdapter // contains filtered or unexported fields }
Beego structure value is a Beego GoAdmin adapter.
func (*Beego) AddHandler ¶ added in v1.2.12
func (*Beego) Content ¶
func (bee *Beego) Content(ctx interface{}, getPanelFn types.GetPanelFn)
func (*Beego) PjaxHeader ¶ added in v1.2.12
func (*Beego) SetContentType ¶ added in v1.2.12
func (bee *Beego) SetContentType()
func (*Beego) SetContext ¶ added in v1.2.12
func (bee *Beego) SetContext(contextInterface interface{}) adapter.WebFrameWork
Click to show internal directories.
Click to hide internal directories.