Versions in this module Expand all Collapse all v1 v1.3.1 Aug 6, 2024 v1.3.0 Aug 6, 2024 Changes in this version + func Content(handler HandlerFunc) http.HandlerFunc + type Context struct + Request *http.Request + Response http.ResponseWriter + type Gorilla struct + func (*Gorilla) Name() string + func (*Gorilla) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (g *Gorilla) AddHandler(method, path string, handlers context.Handlers) + func (g *Gorilla) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (g *Gorilla) FormParam() url.Values + func (g *Gorilla) GetCookie() (string, error) + func (g *Gorilla) IsPjax() bool + func (g *Gorilla) Lang() string + func (g *Gorilla) Method() string + func (g *Gorilla) Path() string + func (g *Gorilla) Query() url.Values + func (g *Gorilla) Redirect() + func (g *Gorilla) Request() *http.Request + func (g *Gorilla) SetApp(app interface{}) error + func (g *Gorilla) SetContentType() + func (g *Gorilla) Use(app interface{}, plugs []plugins.Plugin) error + func (g *Gorilla) User(ctx interface{}) (models.UserModel, bool) + func (g *Gorilla) Write(body []byte) + type HandlerFunc func(ctx Context) (types.Panel, error)