summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 05:03:56 -0600
committerJeff Carr <[email protected]>2024-11-07 05:03:56 -0600
commit3e894b2f0ca2594180f483e6bfd8f407c83a6401 (patch)
treea5986f140535d9a1b1b17519cea6875261339ee0 /structs.go
parent4fbd3ed51843be7cbe97e0fda6bb6cc9a4e15987 (diff)
rename Clusterv0.1.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
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