summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 00:07:13 -0600
committerJeff Carr <[email protected]>2024-01-05 00:07:13 -0600
commitff21dba712e5c63ec3dab1defe55c63c98eb3226 (patch)
tree3b76a4e86eaec1613346f59d903fb3d14af08cee /structs.go
parent3baa63dadf31c9b30f364e19e3f2c514157bca36 (diff)
convert to gadget.BasicWindow()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 4be9602..8b882e3 100644
--- a/structs.go
+++ b/structs.go
@@ -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 {