diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:52:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:52:39 -0500 |
| commit | dbcd3b5686cf5d894e40b53f33cf588f4682b3f0 (patch) | |
| tree | ac2951bda86535e9fdcc360e4fe140ae572273d0 /structs.go | |
| parent | f67c81d4997b86bdc53615a7e9bd4a25cfe6f4ed (diff) | |
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" + "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/virtpb" ) @@ -25,7 +26,7 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { pp *arg.Parser // go-arg parser - myGui *gui.Node // the gui toolkit handle + myGui *prep.GuiPrep // the gui toolkit handle e *virtpb.Events // virt protobuf events hmap map[*virtpb.Hypervisor]*HyperT // map to the local struct names []string // ? |
