Add: insert review
This commit is contained in:
@@ -11,6 +11,7 @@ var (
|
||||
ErrNotLoggedIn = errors.New("not logged in")
|
||||
ErrNotAdmin = errors.New("not admin")
|
||||
ErrEmpty = errors.New("Empty field detected, please fill in all fields")
|
||||
ErrAnonymous = errors.New("Anonymous user detected, please login")
|
||||
)
|
||||
|
||||
type Error struct {
|
||||
|
||||
Reference in New Issue
Block a user