Documentation ¶
Index ¶
- type Beego2
- 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 (*Beego2) Name() string
- func (bee2 *Beego2) Path() string
- func (bee2 *Beego2) Query() url.Values
- func (bee2 *Beego2) Redirect()
- func (bee2 *Beego2) Request() *http.Request
- func (bee2 *Beego2) SetApp(app interface{}) error
- func (bee2 *Beego2) SetContentType()
- func (*Beego2) SetContext(contextInterface interface{}) adapter.WebFrameWork
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Beego2 ¶
type Beego2 struct { adapter.BaseAdapter // contains filtered or unexported fields }
func (*Beego2) AddHandler ¶
func (*Beego2) Content ¶
func (bee2 *Beego2) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn gctx.NodeProcessor, navButtons ...types.Button)
func (*Beego2) SetContentType ¶
func (bee2 *Beego2) SetContentType()
func (*Beego2) SetContext ¶
func (*Beego2) SetContext(contextInterface interface{}) adapter.WebFrameWork
Click to show internal directories.
Click to hide internal directories.