From 3e894b2f0ca2594180f483e6bfd8f407c83a6401 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 05:03:56 -0600 Subject: [PATCH] rename Cluster Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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