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 Chi struct + func (ch *Chi) AddHandler(method, path string, handlers context.Handlers) + func (ch *Chi) Content(ctx interface{}, getPanelFn types.GetPanelFn) + func (ch *Chi) FormParam() url.Values + func (ch *Chi) GetCookie() (string, error) + func (ch *Chi) Method() string + func (ch *Chi) Name() string + func (ch *Chi) Path() string + func (ch *Chi) PjaxHeader() string + func (ch *Chi) Redirect() + func (ch *Chi) SetApp(app interface{}) error + func (ch *Chi) SetContentType() + func (ch *Chi) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (ch *Chi) Use(router interface{}, plugs []plugins.Plugin) error + func (ch *Chi) User(ci interface{}) (models.UserModel, bool) + func (ch *Chi) Write(body []byte) + type Context struct + Request *http.Request + Response http.ResponseWriter + type HandleFun func(pattern string, handlerFn http.HandlerFunc) + type HandlerFunc func(ctx Context) (types.Panel, error)