Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
BaseController
}
func (*AuthController) UserName ¶
func (self *AuthController) UserName()
func (*AuthController) WXLoginCallback ¶
func (self *AuthController) WXLoginCallback()
type BaseController ¶
type BaseController struct { beego.Controller // contains filtered or unexported fields }
func (*BaseController) ResetLogger ¶
func (self *BaseController) ResetLogger()
func (*BaseController) ValidResWrapper ¶
func (self *BaseController) ValidResWrapper(ret bool, err error, valid *validation.Validation)
type CommonController ¶
type CommonController struct {
BaseController
}
func (*CommonController) SendVerifyCode ¶
func (self *CommonController) SendVerifyCode()
type RegisterForm ¶
type SendVerifyCodeForm ¶
type UserController ¶
type UserController struct {
BaseController
}
func (*UserController) Login ¶
func (self *UserController) Login()
func (*UserController) Logout ¶
func (self *UserController) Logout()
func (*UserController) Register ¶
func (self *UserController) Register()
func (*UserController) UserName ¶
func (self *UserController) UserName()
func (*UserController) WXLoginCallback ¶
func (self *UserController) WXLoginCallback()
type WXController ¶
type WXController struct {
BaseController
}
func (*WXController) MsgReceive ¶
func (self *WXController) MsgReceive()
Click to show internal directories.
Click to hide internal directories.