summaryrefslogtreecommitdiff
path: root/internal/user
diff options
context:
space:
mode:
Diffstat (limited to 'internal/user')
-rw-r--r--internal/user/user.go9
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
}