wip: implement account service and db
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 3m23s

This commit is contained in:
2025-04-21 20:58:08 +02:00
parent 77dce820f4
commit d8f6984a2d
12 changed files with 365 additions and 464 deletions

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.")
)