telegram-commerce/app/controllers/product/controller.go

12 lines
138 B
Go

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