Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GtCaptchaID = beego.AppConfig.String("GtCaptchaID")
View Source
var GtPrivateKey = beego.AppConfig.String("GtPrivateKey")
Functions ¶
This section is empty.
Types ¶
type AjaxValidateController ¶
type AjaxValidateController struct {
beego.Controller
}
func (*AjaxValidateController) Post ¶
func (ctl *AjaxValidateController) Post()
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Get ¶
func (ctl *MainController) Get()
type RegisterController ¶
type RegisterController struct {
beego.Controller
}
func (*RegisterController) Get ¶
func (ctl *RegisterController) Get()
type ValidateController ¶
type ValidateController struct {
beego.Controller
}
func (*ValidateController) Post ¶
func (ctl *ValidateController) Post()
Click to show internal directories.
Click to hide internal directories.