summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-16 09:02:59 -0600
committerJeff Carr <[email protected]>2023-12-16 09:02:59 -0600
commit27696b976485f989d664f330e9c328de93e8e672 (patch)
tree3fd2fe38e90e78d782e6f65cc726de8c54fa7c18 /structs.go
parentdbd81e9462846f716ba4cebe383d2215e01ce563 (diff)
gocui mode works again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 7f5c004..2ab0947 100644
--- a/structs.go
+++ b/structs.go
@@ -30,6 +30,7 @@ type Host struct {
DnsAAAA *gui.Node // the actual DNS AAAA results
DnsA *gui.Node // the actual DNS A results (ignore for status since mostly never happens?)
DnsStatus *gui.Node // the current state of DNS
+ fix *gui.Node // button for the user to click
}
type IPtype struct {