cleanup syn logic in app

This commit is contained in:
2026-06-25 21:27:38 +00:00
parent 759b38e68d
commit ab6a03be3b
3 changed files with 139 additions and 116 deletions
+2
View File
@@ -28,6 +28,7 @@ type Node struct {
Instances map[InstanceID]*Instance `json:"instances"`
pvenode *proxmox.Node
storage map[string][]*proxmox.StorageContent
cluster *Cluster
}
type InstanceID = paas.InstanceID
@@ -45,6 +46,7 @@ type Instance struct {
configNets map[string]string
configHostPCIs map[string]string
configBoot string
node *Node
}
type VolumeID = paas.VolumeID