feat: service/controller prototype
This commit is contained in:
11
backend/internal/errors/general.go
Normal file
11
backend/internal/errors/general.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package errors
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrNotImplemented = errors.New("Feature is not implemented")
|
||||
ErrBadRequest = errors.New("Bad request")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user