Versions in this module Expand all Collapse all v0 v0.0.2 Jun 13, 2024 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) Request() *http.Request + 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)