Versions in this module Expand all Collapse all v1 v1.2.26 Apr 25, 2024 v1.2.25 Apr 24, 2024 Changes in this version type GF2 + func (gf2 *GF2) Request() *http.Request v1.2.24 Nov 26, 2022 Changes in this version + type GF2 struct + func (*GF2) Name() string + func (*GF2) SetContext(contextInterface interface{}) adapter.WebFrameWork + 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 *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 *GF2) Use(app interface{}, plugins []plugins.Plugin) error + func (gf2 *GF2) User(ctx interface{}) (models.UserModel, bool) + func (gf2 *GF2) Write(body []byte)