Documentation
¶
Index ¶
- type AuthController
- func (this *AuthController) UserCheck(w http.ResponseWriter, r *http.Request)
- func (this *AuthController) UserLogin(w http.ResponseWriter, r *http.Request)
- func (this *AuthController) UserProfile(w http.ResponseWriter, r *http.Request)
- func (this *AuthController) UserRegister(w http.ResponseWriter, r *http.Request)
- type CaptchaController
- type EchoController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
// contains filtered or unexported fields
}
func GetAuthController ¶
func GetAuthController() *AuthController
func (*AuthController) UserCheck ¶
func (this *AuthController) UserCheck(w http.ResponseWriter, r *http.Request)
user check
func (*AuthController) UserLogin ¶
func (this *AuthController) UserLogin(w http.ResponseWriter, r *http.Request)
user login
func (*AuthController) UserProfile ¶
func (this *AuthController) UserProfile(w http.ResponseWriter, r *http.Request)
get user profile
func (*AuthController) UserRegister ¶
func (this *AuthController) UserRegister(w http.ResponseWriter, r *http.Request)
user register
type CaptchaController ¶
type CaptchaController struct {
// contains filtered or unexported fields
}
func GetCaptchaController ¶
func GetCaptchaController() *CaptchaController
func (*CaptchaController) Load ¶
func (this *CaptchaController) Load(w http.ResponseWriter, r *http.Request)
type EchoController ¶
type EchoController struct{}
func GetEchoController ¶
func GetEchoController() *EchoController
func (*EchoController) Echo ¶
func (this *EchoController) Echo(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.