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

@@ -0,0 +1,8 @@
package cart
import "git.tornberg.me/go-cart-actor/pkg/messages"
func InventoryReserved(g *CartGrain, m *messages.InventoryReserved) error {
g.InventoryReserved = true
return nil
}