Compare commits

..

1 Commits

Author SHA1 Message Date
alu 05519694e1 add vmid to instance 2026-07-07 16:42:07 +00:00
+1
View File
@@ -21,6 +21,7 @@ const VM InstanceType = "VM"
const CT InstanceType = "CT" const CT InstanceType = "CT"
type Instance struct { type Instance struct {
VMID InstanceID `json:"vmid" mapstructure:"vmid"`
Type InstanceType `json:"type" mapstructure:"type"` Type InstanceType `json:"type" mapstructure:"type"`
Name string `json:"name" mapstructure:"name"` Name string `json:"name" mapstructure:"name"`
Proctype string `json:"cpu" mapstructure:"cpu"` Proctype string `json:"cpu" mapstructure:"cpu"`