package entity import "time" type Benefactor struct { ID uint FirstName string LastName string PhoneNumber string Address string Description string Email string City string Gender Gender Status BenefactorStatus Birthdate time.Time Role UserRole }