feat: service/controller prototype
This commit is contained in:
9
backend/internal/errors/auth.go
Normal file
9
backend/internal/errors/auth.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package errors
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrUnauthorized = errors.New("User is not authorized")
|
||||
)
|
||||
Reference in New Issue
Block a user