diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -21,14 +21,13 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { - cluster *pb.Cluster // basic cluster settings - delay time.Duration // how often to poll the hypervisors - pbdrop *pb.Droplets // the protobuf droplets - events *pb.Events // cluster events + cluster *pb.Cluster // basic cluster settings + delay time.Duration // how often to poll the hypervisors + // events *pb.Events // cluster events dmap map[*pb.Droplet]*DropletT // map to the local struct names []string hypers []*HyperT - droplets []*DropletT + droplets []*DropletT killcount int unstable time.Time // the last time the cluster was incorrect changed bool |
