Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseController ¶
type BaseController struct { beego.Controller IsLogin bool //UserInfo string UserUserId int64 UserUsername string UserAvatar string }
func (*BaseController) Prepare ¶
func (this *BaseController) Prepare()
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Get ¶
func (c *MainController) Get()
Click to show internal directories.
Click to hide internal directories.