Documentation ¶
Index ¶
- func Content(handler HandlerFunc) iris.Handler
- type HandlerFunc
- type Iris
- func (is *Iris) AddHandler(method, path string, plug plugins.Plugin)
- func (is *Iris) Content(ctx interface{}, getPanelFn types.GetPanelFn)
- func (is *Iris) FormParam() url.Values
- func (is *Iris) GetCookie() (string, error)
- func (is *Iris) Method() string
- func (is *Iris) Name() string
- func (is *Iris) Path() string
- func (is *Iris) PjaxHeader() string
- func (is *Iris) Redirect()
- func (is *Iris) SetApp(app interface{}) error
- func (is *Iris) SetContentType()
- func (is *Iris) SetContext(contextInterface interface{}) adapter.WebFrameWork
- func (is *Iris) Use(router interface{}, plugs []plugins.Plugin) error
- func (is *Iris) User(ci interface{}) (models.UserModel, bool)
- func (is *Iris) Write(body []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶ added in v1.1.2
func Content(handler HandlerFunc) iris.Handler
Types ¶
type HandlerFunc ¶ added in v1.1.2
type Iris ¶
type Iris struct { adapter.BaseAdapter // contains filtered or unexported fields }
Iris structure value is an Iris GoAdmin adapter.
func (*Iris) AddHandler ¶ added in v1.0.9
func (*Iris) Content ¶
func (is *Iris) Content(ctx interface{}, getPanelFn types.GetPanelFn)
func (*Iris) PjaxHeader ¶ added in v1.0.9
func (*Iris) SetContentType ¶ added in v1.0.9
func (is *Iris) SetContentType()
func (*Iris) SetContext ¶ added in v1.0.9
func (is *Iris) SetContext(contextInterface interface{}) adapter.WebFrameWork
Click to show internal directories.
Click to hide internal directories.