Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BarController ¶
type BarController struct {
web.Controller
}
func (*BarController) GetSayHello ¶
func (c *BarController) GetSayHello(ctx *web.Context)
type FooController ¶
type FooController struct {
web.Controller
}
func (*FooController) Before ¶
func (c *FooController) Before(ctx *web.Context)
func (*FooController) GetSayHello ¶
func (c *FooController) GetSayHello(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
func (*FooController) PostSayHello ¶
func (c *FooController) PostSayHello(ctx *web.Context)
Click to show internal directories.
Click to hide internal directories.