@@ -10,4 +10,5 @@ type IStorage interface {
|
||||
GetPositions(ctx context.Context, id int64) ([]*crm.Product, error)
|
||||
GetProduct(ctx context.Context, id int64) (*crm.Product, error)
|
||||
GetBreadcrumbs(ctx context.Context, id int64) ([]*crm.Category, error)
|
||||
GetPositionsByText(ctx context.Context, text string) ([]*crm.Product, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user