first commit
This commit is contained in:
7
gateway/api/v1/internal/model/error.go
Normal file
7
gateway/api/v1/internal/model/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrPermission = errors.New("权限不足")
|
||||
)
|
||||
Reference in New Issue
Block a user