summaryrefslogtreecommitdiff
path: root/internal/user/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/user/user.go')
-rw-r--r--internal/user/user.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/user/user.go b/internal/user/user.go
new file mode 100644
index 0000000..04f3dae
--- /dev/null
+++ b/internal/user/user.go
@@ -0,0 +1,9 @@
+package user
+
+type User struct {
+ id int
+ email string
+ username string
+ phone string
+ passwordHash string
+}