diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 05:22:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 05:22:41 -0600 |
| commit | f45dacfcaf5d674b8ec36a245591088e0e8f0f81 (patch) | |
| tree | 0425f6308907ec3e41739af4951a024bd6123d96 /structs.go | |
| parent | 6944de6d8509bc024bd1749913dcf0b4fcb97740 (diff) | |
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.Cluster // basic cluster settings + cluster *pb.Cluster // basic cluster settings hmap map[*pb.Hypervisor]*HyperT // map to the local struct names []string hypers []*HyperT |
