package repos type User struct { ID int Username string Email string PasswordHash string Roles []string IsActive bool }