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