From 7ba6bc53be1546b44610840c46996dd6e2147405 Mon Sep 17 00:00:00 2001 From: mihna123 Date: Sat, 29 Aug 2026 23:27:49 +0200 Subject: user: export all private fields --- internal/user/user.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'internal') 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 } -- cgit v1.3.1