feat: implement account service and db
This commit is contained in:
@@ -5,5 +5,6 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrInternal = errors.New("internal server error")
|
||||
ErrInternal = errors.New("internal server error")
|
||||
ErrUnauthorized = errors.New("You are not authorized to perform this action.")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user