some stuff from mac

This commit is contained in:
Dmitry Chumak
2025-06-12 13:12:20 +03:00
parent 5ed47a796f
commit b653bdc1b6
10 changed files with 551 additions and 60 deletions

View File

@@ -18,7 +18,7 @@ type Session struct {
}
type User struct {
ID int32
ID uuid.UUID
Username string
Password string
CreatedAt time.Time