Versions in this module Expand all Collapse all v1 v1.2.12 May 22, 2020 Changes in this version + func Content(handler HandlerFunc) http.HandlerFunc + type Context struct + Request *http.Request + Response http.ResponseWriter + type Gorilla struct + func (g *Gorilla) AddHandler(method, path string, handlers context.Handlers) + func (g *Gorilla) Content(ctx interface{}, getPanelFn types.GetPanelFn, btns ...types.Button) + func (g *Gorilla) DisableLog() + func (g *Gorilla) FormParam() url.Values + func (g *Gorilla) GetCookie() (string, error) + func (g *Gorilla) IsPjax() bool + func (g *Gorilla) Method() string + func (g *Gorilla) Name() string + func (g *Gorilla) Path() string + func (g *Gorilla) Redirect() + func (g *Gorilla) SetApp(app interface{}) error + func (g *Gorilla) SetContentType() + func (g *Gorilla) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (g *Gorilla) Static(prefix, path string) + 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)