more features
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m52s

This commit is contained in:
matst80
2024-11-11 09:47:13 +01:00
parent 46d9f1dd96
commit 8027402b7c
11 changed files with 730 additions and 106 deletions

View File

@@ -38,7 +38,7 @@ func spawn(id CartId) (*CartGrain, error) {
ret := &CartGrain{
lastItemId: 0,
lastDeliveryId: 0,
Deliveries: []string{},
Deliveries: []CartDelivery{},
Id: id,
Items: []*CartItem{},
storageMessages: []Message{},