package
0.0.0-20200220063858-29632072f749
Repository: https://github.com/yamakiller/magicweb.git
Documentation: pkg.go.dev

# Functions

SpawnErrCaptcha docSummary create captcha error response jsonMethod SpawnErrCaptchaReturn (protocol.Response).
SpawnErrCaptchaFormat docSummary create captcha format error response jsonReturn (protocol.Response).
SpawnErrConfigNot docSummary create config data non-existent error response jsonMethod SpawnErrConfigNotReturn (protocol.Response).
SpawnErrDbAbnormal docSummary create db/mysql abnormal error response jsonReturn (protocol.Response).
SpawnErrNeedGenerateCaptcha docMethod SpawnErrNeedGenerateCaptcha @Summary create captcha not grenerate error response jsonReturn (protocol.Response).
SpawnErrNeedPerm docMethod SpawnErrNeedPerm @Summary create need sufficient permissions error response jsonReturn (protocol.Response).
SpawnErrOnlineUserNot docMethod SpawnErrOnlineUserNot @Summary create user unonline error response jsonReturn (protocol.Response).
SpawnErrParam docSummary create param error response jsonReturn (protocol.Response).
SpawnErrPwd docSummary create password error response jsonReturn (protocol.Response).
SpawnErrPwdAgin docMethod SpawnErrPwdAgin @Summary create password again error response jsonReturn (protocol.Response).
SpawnErrPwdFormat docSummary create password format error response jsonReturn (protocol.Response).
SpawnErrSystem docSummary create system error response jsonReturn (protocol.Response).
SpawnErrSystemMsg docSummary create system error message response jsonReturn (protocol.Response).
SpawnErrTokenInvalid docMethod SpawnErrTokenInvalid @Summary create authorization token invalid error response jsonReturn (protocol.Response).
SpawnErrTokenNot docMethod SpawnErrTokenNot @Summary create authorization token error response jsonReturn (protocol.Response).
SpawnErrUserExitis doc.
SpawnErrUserFailCap doc.
SpawnErrUserName docSummary create user name error response jsonReturn (protocol.Response).
SpawnErrUserNameFormat docSummary create username format error response jsonReturn (protocol.Response).
SpawnResponse docummary create success response.

# Constants

ErrCaptcha captcha error of code.
ErrCaptchaFormat captcha format error of code.
ErrConfigNot config data non-existent error of code.
ErrDbAbnormal db/mysql abnormal error of code.
ErrMsgCaptcha captcha error of message.
ErrMsgCaptchaFormat captcha format error of message.
ErrMsgConfigNot config data non-existent error of message.
ErrMsgDbAbnormal db/mysql abnormal error of message.
ErrMsgNeedGenerateCaptcha captcha not generate error of message.
ErrMsgNeedPerm user need sufficient permissions error of message.
ErrMsgOnlineUserNot user online data not found error of message.
ErrMsgParam param error of message.
ErrMsgPwd password error of message.
ErrMsgPwdAgain password again error of message.
ErrMsgPwdFormat password format error of message.
ErrMsgSystem system error of message.
ErrMsgTokenInvalid authorization token invalid error of message.
ErrMsgTokenNot authorization token error of message.
ErrMsgUserExitis user already exists error of message.
ErrMsgUserFailCap user signIn error limit of message.
ErrMsgUserName username error of message.
ErrMsgUserNameFormat username format error of message.
ErrNeedGenerateCaptcha captcha not generate error of code.
ErrNeedPerm user need sufficient permissions error of code.
ErrOnlineUserNot user online data not found error of code.
ErrParam param error of code.
ErrPwd password error of code.
ErrPwdAgain password again error of code.
ErrPwdFormat password format error of code.
ErrSystem system error of code.
ErrTokenInvalid authorization token invalid error of code.
ErrTokenNot authorization token error of code.
ErrUserExitis user already exists error of code.
ErrUserFailCap user signIn error limit of code.
ErrUserName username error of code.
ErrUserNameFormat username format error of code.