Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
beego.Controller
}
func (*Controller) Prepare ¶
func (c *Controller) Prepare()
type DefaultController ¶
type DefaultController struct {
Controller
}
func (*DefaultController) Get ¶
func (u *DefaultController) Get()
type TestController ¶
type TestController struct {
Controller
}
func (*TestController) Get ¶
func (u *TestController) Get()
type UserController ¶
type UserController struct {
Controller
}
Click to show internal directories.
Click to hide internal directories.