Versions in this module Expand all Collapse all v1 v1.2.13 May 18, 2020 v1.2.12 May 18, 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) + func (g *Gorilla) FormParam() url.Values + func (g *Gorilla) GetCookie() (string, error) + func (g *Gorilla) Method() string + func (g *Gorilla) Name() string + func (g *Gorilla) Path() string + func (g *Gorilla) PjaxHeader() 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) Use(router interface{}, plugs []plugins.Plugin) error + func (g *Gorilla) User(ci interface{}) (models.UserModel, bool) + func (g *Gorilla) Write(body []byte) + type HandlerFunc func(ctx Context) (types.Panel, error)