Documentation ¶
Index ¶
- type ApiController
- func (thisController *ApiController) AfterActivation(mvc mvc.AfterActivation)
- func (thisController *ApiController) BeforeActivation(mvc mvc.BeforeActivation)
- func (thisController *ApiController) BeginRequest(ctx iris.Context)
- func (thisController *ApiController) EndRequest(ctx iris.Context)
- func (thisController *ApiController) TokenHandler()
- type H5Controller
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiController ¶
type ApiController struct { Ctx iris.Context // contains filtered or unexported fields }
func (*ApiController) AfterActivation ¶
func (thisController *ApiController) AfterActivation(mvc mvc.AfterActivation)
func (*ApiController) BeforeActivation ¶
func (thisController *ApiController) BeforeActivation(mvc mvc.BeforeActivation)
func (*ApiController) BeginRequest ¶
func (thisController *ApiController) BeginRequest(ctx iris.Context)
func (*ApiController) EndRequest ¶
func (thisController *ApiController) EndRequest(ctx iris.Context)
func (*ApiController) TokenHandler ¶
func (thisController *ApiController) TokenHandler()
type H5Controller ¶
type H5Controller struct {
Ctx iris.Context
}
func (*H5Controller) AfterActivation ¶
func (thisController *H5Controller) AfterActivation(mvc mvc.AfterActivation)
func (*H5Controller) BeforeActivation ¶
func (thisController *H5Controller) BeforeActivation(mvc mvc.BeforeActivation)
func (*H5Controller) BeginRequest ¶
func (thisController *H5Controller) BeginRequest(ctx iris.Context)
func (*H5Controller) EndRequest ¶
func (thisController *H5Controller) EndRequest(ctx iris.Context)
Click to show internal directories.
Click to hide internal directories.