impr: explicit versioned boxes

This commit is contained in:
Anton
2023-12-21 16:46:31 +05:00
parent ade821ff61
commit 3fd59120f5
3 changed files with 42 additions and 31 deletions

View File

@@ -59,8 +59,7 @@ type Box struct {
Runtime string `json:"runtime"`
Host
Versions []string `json:"versions"`
Files []string `json:"files"`
Files []string `json:"files"`
}
// A Host describes container Host attributes.