Documentation ¶
Index ¶
- type GF2
- func (gf2 *GF2) AddHandler(method, path string, handlers context.Handlers)
- func (gf2 *GF2) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...)
- func (gf2 *GF2) FormParam() url.Values
- func (gf2 *GF2) GetCookie() (string, error)
- func (gf2 *GF2) IsPjax() bool
- func (gf2 *GF2) Lang() string
- func (gf2 *GF2) Method() string
- func (*GF2) Name() string
- func (gf2 *GF2) Path() string
- func (gf2 *GF2) Query() url.Values
- func (gf2 *GF2) Redirect()
- func (gf2 *GF2) SetApp(app interface{}) error
- func (gf2 *GF2) SetContentType()
- func (*GF2) SetContext(contextInterface interface{}) adapter.WebFrameWork
- func (gf2 *GF2) Use(app interface{}, plugins []plugins.Plugin) error
- func (gf2 *GF2) User(ctx interface{}) (models.UserModel, bool)
- func (gf2 *GF2) Write(body []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GF2 ¶
type GF2 struct { adapter.BaseAdapter // contains filtered or unexported fields }
func (*GF2) Content ¶
func (gf2 *GF2) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, btns ...types.Button)
func (*GF2) SetContentType ¶
func (gf2 *GF2) SetContentType()
func (*GF2) SetContext ¶
func (*GF2) SetContext(contextInterface interface{}) adapter.WebFrameWork
Click to show internal directories.
Click to hide internal directories.