diff options
| author | Jeff Carr <[email protected]> | 2024-01-05 00:07:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-05 00:07:13 -0600 |
| commit | ff21dba712e5c63ec3dab1defe55c63c98eb3226 (patch) | |
| tree | 3b76a4e86eaec1613346f59d903fb3d14af08cee /structs.go | |
| parent | 3baa63dadf31c9b30f364e19e3f2c514157bca36 (diff) | |
convert to gadget.BasicWindow()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -41,7 +41,9 @@ type Host struct { ipv4s map[string]dns.RR ipv6s map[string]dns.RR - window *gui.Node // the main window + window *gadgets.BasicWindow // the main window + details *gadgets.BasicWindow // more details of the DNS state + tab *gui.Node // the main dns tab notes *gui.Node // using this to put notes here @@ -81,7 +83,8 @@ type Host struct { hostnameStatus *hostnameStatus hostnameStatusButton *gui.Node - myDebug *gui.Node + myDebug *gui.Node + myGui *gui.Node } type IPtype struct { |
