diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/user/user.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/internal/user/user.go b/internal/user/user.go index 04f3dae..ee9af20 100644 --- a/internal/user/user.go +++ b/internal/user/user.go @@ -1,9 +1,10 @@ package user type User struct { - id int - email string - username string - phone string + ID int + Email string + Username string + Phone string + passwordHash string } |
