diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ type virtigoT struct { // the stuff that is needed for a hypervisor type HyperT struct { Hostname string // the hypervisor hostname + Active bool // is allowed to start new droplets Scan func() // the function to run to scan the hypervisor Autoscan bool // to scan or not to scan Delay time.Duration // how often to poll the hypervisor |
