用户登录和接口鉴权
This commit is contained in:
2
vendor/gorm.io/gorm/errors.go
generated
vendored
2
vendor/gorm.io/gorm/errors.go
generated
vendored
@@ -49,4 +49,6 @@ var (
|
||||
ErrDuplicatedKey = errors.New("duplicated key not allowed")
|
||||
// ErrForeignKeyViolated occurs when there is a foreign key constraint violation
|
||||
ErrForeignKeyViolated = errors.New("violates foreign key constraint")
|
||||
// ErrCheckConstraintViolated occurs when there is a check constraint violation
|
||||
ErrCheckConstraintViolated = errors.New("violates check constraint")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user