type Product struct { Upc string `json:"upc"` Name string `json:"name"` Price int `json:"price"` }
func (Product) IsEntity()