diff options
| author | Jeff Carr <[email protected]> | 2025-04-21 18:24:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-21 20:54:42 -0500 |
| commit | a24448a9d4205dbe389b6f92fdc75a3349a0ef0e (patch) | |
| tree | 50818dd06cf90e817c1ba629563306424c8a5ed7 /structs.go | |
| parent | 4121e66e01f5b314e4fe4999d61550fbbbc07946 (diff) | |
/event sends and gets an event PB
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,6 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { pp *arg.Parser // go-arg parser - cluster *virtpb.OldCluster // basic cluster settings myGui *gui.Node // the gui toolkit handle e *virtpb.Events // virt protobuf events hmap map[*virtpb.Hypervisor]*HyperT // map to the local struct @@ -40,10 +39,11 @@ type virtigoT struct { missingDropletTimeout time.Duration // how long a droplet can be missing for status *gui.Node // the cluster status lastuptime *gui.Node // the last time uptime was checked by Kuma - admin *adminT // the admin struct clusters *virtpb.Clusters // clusters protobuf cmap map[*virtpb.Cluster]*adminT // map to local GUI objects and the protobuf gwin *gadgets.GenericWindow // main window + cluster *virtpb.OldCluster // basic cluster settings + // admin *adminT // the admin struct } // cluster "admin" mode |
