Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BarController ¶
type BarController struct {
web.JwtController
}
func (*BarController) Get ¶ added in v0.2.0
func (c *BarController) Get(ctx *web.Context)
type FooController ¶
type FooController struct {
web.Controller
}
func (*FooController) After ¶ added in v0.2.0
func (c *FooController) After(ctx *web.Context)
func (*FooController) Before ¶
func (c *FooController) Before(ctx *web.Context)
func (*FooController) Get ¶ added in v0.2.0
func (c *FooController) Get(ctx *web.Context)
func (*FooController) Post ¶ added in v0.2.0
func (c *FooController) Post(ctx *web.Context)
func (*FooController) PostLogin ¶
func (c *FooController) PostLogin(ctx *web.Context)
Post login The first word of method is the http method POST, the rest is the context mapping
type FooRequest ¶
type FooResponse ¶
Click to show internal directories.
Click to hide internal directories.