feat: implement account service and db

This commit is contained in:
2025-04-21 20:58:08 +02:00
parent 434b44be28
commit af89aa8639
12 changed files with 365 additions and 464 deletions
+2 -1
View File
@@ -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.")
)