Versions in this module Expand all Collapse all v1 v1.3.0 Nov 16, 2024 Changes in this version + func Content(handler HandlerFunc) http.HandlerFunc + type Chi struct + func (*Chi) Name() string + func (*Chi) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (ch *Chi) AddHandler(method, path string, handlers context.Handlers) + func (ch *Chi) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (ch *Chi) FormParam() url.Values + func (ch *Chi) GetCookie() (string, error) + func (ch *Chi) IsPjax() bool + func (ch *Chi) Lang() string + func (ch *Chi) Method() string + func (ch *Chi) Path() string + func (ch *Chi) Query() url.Values + func (ch *Chi) Redirect() + func (ch *Chi) Request() *http.Request + func (ch *Chi) SetApp(app interface{}) error + func (ch *Chi) SetContentType() + func (ch *Chi) Use(app interface{}, plugs []plugins.Plugin) error + func (ch *Chi) User(ctx 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) Other modules containing this package github.com/oursportsnation/go-admin/v2