Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommonRsp ¶
func CommonRsp( err error, ) *userInfoPb.CommonRsp
func RegisterErrRsp ¶
func RegisterErrRsp( err error, ) *userInfoPb.RegisterRsp
Types ¶
type ErrCode ¶
type ErrCode uint32
const ( OKCode ErrCode = iota + 0 // 注册相关 ErrUserInfoNotProvided ErrParamsTypeErrorInServer ErrMySqlError ErrEmailAlreadyUsed ErrEmailNotProvided ErrPasswordNotProvided ErrGenderInvalid ErrUserTypeInvalid ErrPhoneNumberAlreadyUsed ErrGenerateTokenFailed ErrSetRedisFailed // 登录相关 ErrorUserNotFound ErrorPasswordNotRight )
Click to show internal directories.
Click to hide internal directories.