package entities type User struct { ID int Username string Password string Role string CompanyID int HourlyRate float64 }