diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 05:04:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 05:04:50 -0600 |
| commit | 1e03cd437753ef5776822f1828a063674aa5ccf6 (patch) | |
| tree | 67a06302f98535e15f83d6286834c51f03e0c985 | |
| parent | 3c9d1d6f1d78bbf1ba86097bd29133d96dde6698 (diff) | |
rename Clusterv0.2.9
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { - cluster *pb.NewCluster // basic cluster settings - // newc *pb.NewCluster // basic cluster settings + cluster *pb.Cluster // basic cluster settings + // newc *pb.Cluster // basic cluster settings e *pb.Events // virtbuf events hmap map[*pb.Hypervisor]*HyperT // map to the local struct names []string |
