actualize items list in db
This commit is contained in:
@ -9,6 +9,7 @@ type GoodsItemRepository interface {
|
||||
GetByCart(context.Context, int64) (GoodsItem, error)
|
||||
|
||||
UpsertMany(context.Context, ...GoodsItem) ([]GoodsItem, error)
|
||||
Delete(context.Context, string) (GoodsItem, error)
|
||||
}
|
||||
|
||||
type CategoryRepository interface {
|
||||
|
||||
Reference in New Issue
Block a user