rename Cluster

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-07 05:03:56 -06:00
parent 4fbd3ed518
commit 3e894b2f0c
1 changed files with 1 additions and 1 deletions

View File

@ -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