Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommonController ¶
type CommonController struct {
beego.Controller
}
func (*CommonController) Prepare ¶
func (r *CommonController) Prepare()
type NestPreparer ¶
type NestPreparer interface {
NestPrepare()
}
type RootController ¶
type RootController struct {
CommonController
}
func (*RootController) URLMapping ¶
func (r *RootController) URLMapping()
Click to show internal directories.
Click to hide internal directories.