reduce repeated work while getting volume info

This commit is contained in:
2026-06-02 23:26:04 +00:00
parent 7f9ad821b7
commit ba3ea746aa
2 changed files with 37 additions and 10 deletions
+1
View File
@@ -26,6 +26,7 @@ type Node struct {
paas.Node
Instances map[InstanceID]*Instance `json:"instances"`
pvenode *proxmox.Node
storage map[string][]*proxmox.StorageContent
}
type InstanceID = paas.InstanceID