summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-28 15:36:05 -0600
committerJeff Carr <[email protected]>2023-12-28 15:36:05 -0600
commit8afc73da048204f4245e0c850436c1e3e70055a5 (patch)
tree48b03e9be15ba299a35285a98e06ad12b5c29ce6 /structs.go
parent6fa6d6dfc9e5a88e7dff2ed3c148b3b4271f566c (diff)
DNS status window Show() and Hide()
display HTTPS results from dns.google.com for go.wit.com use a grid instead of boxes start go.wit.com/log 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 36d84c3..3cace0b 100644
--- a/structs.go
+++ b/structs.go
@@ -76,6 +76,7 @@ type Host struct {
digStatus *digStatus
statusIPv6 *cloudflare.OneLiner
+ digStatusButton *gui.Node
}
type IPtype struct {