package product import ( "context" "tel-commerce/ent" ) type ProductController struct { Ctx context.Context Client *ent.Client }