package repos type User struct { ID int Username string Email string PasswordHash string Role string IsActive bool }