Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct {
// contains filtered or unexported fields
}
func GetAuthService ¶
func GetAuthService() *AuthService
func (*AuthService) UserAuth ¶
func (this *AuthService) UserAuth(req *msgAuth.MsgAuthUserReq) (*base.MessageRsp, error)
func (*AuthService) UserQuery ¶
func (this *AuthService) UserQuery(req *msgAuth.MsgQueryUserReq) (*base.MessageRsp, error)
type CaptchaService ¶
type CaptchaService struct {
// contains filtered or unexported fields
}
func GetCaptchaService ¶
func GetCaptchaService() *CaptchaService
func (*CaptchaService) Load ¶
func (this *CaptchaService) Load(captchaSession string, w http.ResponseWriter) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.