Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManageSku ¶
type ManageSku struct {
// contains filtered or unexported fields
}
ManageSku is an activity wrapper for managing SKU inventory that allows injecting DB access
func NewManageSku ¶
func NewManageSku(dbSession *cdb.Session, siteClientPool *sc.ClientPool) ManageSku
NewManageSku returns a new ManageSku activity
func (ManageSku) UpdateSkusInDB ¶
func (ms ManageSku) UpdateSkusInDB(ctx context.Context, siteID uuid.UUID, skuInventory *cwssaws.SkuInventory) error
UpdateSkusInDB is a Temporal activity that takes a collection of SKU data pushed by Site Agent and updates the DB NOTE: Initial implementation validates inputs and site existence; DB synchronization will be added iteratively.
Click to show internal directories.
Click to hide internal directories.