add sys to se what we get

This commit is contained in:
matst80
2025-10-15 22:20:33 +02:00
parent c61adb3b9d
commit 1c589e0558
2 changed files with 21 additions and 13 deletions

View File

@@ -21,6 +21,7 @@ type CartFileInfo struct {
CartId cart.CartId `json:"cartId"`
Size int64 `json:"size"`
Modified time.Time `json:"modified"`
System any `json:"system"`
}
func envOrDefault(key, def string) string {