diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 05:03:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 05:03:56 -0600 |
| commit | 3e894b2f0ca2594180f483e6bfd8f407c83a6401 (patch) | |
| tree | a5986f140535d9a1b1b17519cea6875261339ee0 /structs.go | |
| parent | 4fbd3ed51843be7cbe97e0fda6bb6cc9a4e15987 (diff) | |
rename Clusterv0.1.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
