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, 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) 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶
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 ¶
AddHandler implements the method Adapter.AddHandler.
func (*Beego) Content ¶
func (bee *Beego) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn gctx.NodeProcessor, navButtons ...types.Button)
Content implements the method Adapter.Content.
func (*Beego) DisableLog ¶
func (bee *Beego) DisableLog()
func (*Beego) Redirect ¶
func (bee *Beego) Redirect()
Redirect implements the method Adapter.Redirect.
func (*Beego) SetContentType ¶
func (bee *Beego) SetContentType()
SetContentType implements the method Adapter.SetContentType.
func (*Beego) SetContext ¶
func (bee *Beego) SetContext(contextInterface interface{}) adapter.WebFrameWork
SetContext implements the method Adapter.SetContext.
Click to show internal directories.
Click to hide internal directories.