Versions in this module Expand all Collapse all v2 v2.0.0 Jan 1, 2021 Changes in this version + func Content(handler HandlerFunc) iris.Handler + type HandlerFunc func(ctx iris.Context) (types.Panel, error) + type Iris struct + func (is *Iris) AddHandler(method, path string, handlers context.Handlers) + func (is *Iris) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (is *Iris) DisableLog() + func (is *Iris) FormParam() url.Values + func (is *Iris) GetCookie() (string, error) + func (is *Iris) IsPjax() bool + func (is *Iris) Lang() string + func (is *Iris) Method() string + func (is *Iris) Name() string + func (is *Iris) Path() string + func (is *Iris) Redirect() + func (is *Iris) Run() error + func (is *Iris) SetApp(app interface{}) error + func (is *Iris) SetContentType() + func (is *Iris) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (is *Iris) Static(prefix, path string) + func (is *Iris) Use(app interface{}, plugs []plugins.Plugin) error + func (is *Iris) User(ctx interface{}) (models.UserModel, bool) + func (is *Iris) Write(body []byte) Other modules containing this package github.com/betterwithbenji/go-admin