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

@@ -8,6 +8,7 @@ import (
type User struct {
Id uuid.UUID
GroupId uuid.UUID
Email string
EmailVerified bool
EmailVerifiedAt *time.Time