check storestock
All checks were successful
Build and Publish / Metadata (push) Successful in 12s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 1m22s
Build and Publish / BuildAndDeployArm64 (push) Successful in 3m58s

This commit is contained in:
matst80
2025-10-14 20:19:29 +02:00
parent 5e2025e30f
commit 4bec3f8cc0
2 changed files with 18 additions and 19 deletions

View File

@@ -16,12 +16,6 @@ import (
type StockStatus int
const (
OutOfStock StockStatus = 0
LowStock StockStatus = 1
InStock StockStatus = 2
)
type ItemMeta struct {
Name string `json:"name"`
Brand string `json:"brand,omitempty"`