update more
Some checks failed
Build and Publish / BuildAndDeployArm64 (push) Failing after 4s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 54s

This commit is contained in:
matst80
2025-11-19 07:46:07 +01:00
parent cdece4e0d2
commit ac8b870eb5
3 changed files with 12 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ type CartGrain struct {
lastAccess time.Time
lastChange time.Time // unix seconds of last successful mutation (replay sets from event ts)
userId string
InventoryReserved bool `json:"inventoryReserved"`
Id CartId `json:"id"`
Items []*CartItem `json:"items"`
TotalPrice *Price `json:"totalPrice"`