feat: 优化web
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package repository
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("not found")
|
||||
ErrConflict = errors.New("conflict")
|
||||
ErrInvalidState = errors.New("invalid state")
|
||||
ErrForbidden = errors.New("forbidden")
|
||||
)
|
||||
Reference in New Issue
Block a user