diff --git a/structs.go b/structs.go index 454797a..ebd0c73 100644 --- a/structs.go +++ b/structs.go @@ -20,7 +20,7 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { - cluster *pb.NewCluster // basic cluster settings + cluster *pb.Cluster // basic cluster settings hmap map[*pb.Hypervisor]*HyperT // map to the local struct names []string hypers []*HyperT