mirror of
https://github.com/XZB-1248/Spark
synced 2025-10-05 08:06:59 +08:00
add: hashed password support
This commit is contained in:
@@ -15,8 +15,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrEntityInvalid = errors.New(`entity is not valid`)
|
||||
ErrFailedVerification = errors.New(`failed to verify entity`)
|
||||
ErrEntityInvalid = errors.New(`common.ENTITY_INVALID`)
|
||||
ErrFailedVerification = errors.New(`common.ENTITY_CHECK_FAILED`)
|
||||
JSON = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user