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

View File

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