feat: implement account service and db
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
|
||||
type User struct {
|
||||
Id uuid.UUID
|
||||
GroupId uuid.UUID
|
||||
Email string
|
||||
EmailVerified bool
|
||||
EmailVerifiedAt *time.Time
|
||||
|
||||
Reference in New Issue
Block a user