add products
This commit is contained in:
@@ -19,4 +19,5 @@ type Breadcrumb struct {
|
||||
type IStorage interface {
|
||||
GetCatalog(ctx context.Context) ([]*crm.Category, error)
|
||||
GetPositions(ctx context.Context, id int64) ([]*crm.Product, error)
|
||||
GetProduct(ctx context.Context, id int64) (*crm.Product, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user