package entities type Customer struct { ID int Name string CompanyID int }