Compare commits
1 Commits
78e6de32d7
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 05519694e1 |
@@ -21,6 +21,7 @@ const VM InstanceType = "VM"
|
||||
const CT InstanceType = "CT"
|
||||
|
||||
type Instance struct {
|
||||
VMID InstanceID `json:"vmid" mapstructure:"vmid"`
|
||||
Type InstanceType `json:"type" mapstructure:"type"`
|
||||
Name string `json:"name" mapstructure:"name"`
|
||||
Proctype string `json:"cpu" mapstructure:"cpu"`
|
||||
|
||||
Reference in New Issue
Block a user