working state

This commit is contained in:
2025-03-20 18:39:49 +02:00
parent 5f01b6b27c
commit 2e36a019cd
12 changed files with 177 additions and 62 deletions

View File

@@ -19,7 +19,8 @@ type BrowserLabels struct {
}
type VolumeLabels struct {
Type ContainerType `json:"type,omitempty"`
Type ContainerType `json:"type,omitempty"`
VolumeId string `json:"volume_id,omitempty"`
}
type ImageLabels struct {