add MP value for container mp volumes

This commit is contained in:
2025-07-09 00:21:37 +00:00
parent 81815bab82
commit 3ed570f60a
2 changed files with 7 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ type Volume struct {
Format string `json:"format"`
Size uint64 `json:"size"`
File string `json:"file"`
MP string `json:"mp"`
}
type NetID string