Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2018 v0.3.0 Aug 20, 2018 v0.2.0 Aug 1, 2018 Changes in this version type BarController + func (c *BarController) Get(ctx *web.Context) type FooController + func (c *FooController) After(ctx *web.Context) + func (c *FooController) Get(ctx *web.Context) + func (c *FooController) Post(ctx *web.Context) type FooRequest + Age int type FooResponse + Age int v0.1.0 May 6, 2018 Changes in this version + type Bar struct + Greeting string + type BarController struct + func (c *BarController) GetSayHello(ctx *web.Context) + type FooController struct + func (c *FooController) Before(ctx *web.Context) + func (c *FooController) GetSayHello(ctx *web.Context) + func (c *FooController) PostLogin(ctx *web.Context) + func (c *FooController) PostSayHello(ctx *web.Context) + type FooRequest struct + Name string + type FooResponse struct + Greeting string + type UserRequest struct + Password string + Username string