chore: build
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package users
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrAdminLimitReached = errors.New("admin limit reached")
|
||||
ErrNotFound = errors.New("user not found")
|
||||
ErrUsernameTaken = errors.New("username already in use")
|
||||
)
|
||||
Reference in New Issue
Block a user