package user type User struct { ID int Email string Username string Phone string passwordHash string }