Подготовить HY2XS к production-сборке
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
SysError string = "system error"
|
||||
UnauthorizedError string = "unauthorized"
|
||||
ForbiddenError string = "permission denied"
|
||||
InvalidError string = "invalid"
|
||||
|
||||
IllegalTokenError string = "authentication failed"
|
||||
TokenExpiredError string = "token expired"
|
||||
|
||||
WrongPassword string = "wrong password"
|
||||
ConfigNotExist string = "config not exist"
|
||||
)
|
||||
Reference in New Issue
Block a user