summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 02:21:56 -0600
committerJeff Carr <[email protected]>2024-01-06 02:21:56 -0600
commit01eca8fc107e287432e7f49752ad3c0932e2562b (patch)
tree2ae9f37d8ac6fd3d92457b374f8d41aee2f810ab /structs.go
parentca3a01f478aa60fb039892d2cae6823188b5842c (diff)
all engines still firing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go18
1 files changed, 4 insertions, 14 deletions
diff --git a/structs.go b/structs.go
index f794773..c3f6622 100644
--- a/structs.go
+++ b/structs.go
@@ -18,13 +18,9 @@ type Host struct {
hostnameStatus *gui.Node // a summary for the user of where things are
- // hostname string // mirrors
domainname *gui.Node // kernel.org
hostshort *gui.Node // hostname -s
- // fqdn string // mirrors.kernel.org
-// dnsTTL int `default:"3"` // Recheck DNS is working every TTL (in seconds)
-// dnsTTLsleep float64 // sleep between loops
artificialSleep float64 `default:"0.7"` // artificial sleep on startup
artificialS string `default:"abc"` // artificial sleep on startup
@@ -71,22 +67,16 @@ type Host struct {
DnsSpeedActual *gui.Node // the last actual duration
DnsSpeedLast string // the last state 'FAST', 'OK', etc
- fix *gui.Node // button for the user to click
- fixProc *gui.Node // button for the user to click
+ // fix *gui.Node // button for the user to click
+ // fixProc *gui.Node // button for the user to click
- mainStatus *gui.Node // group for the main display of stuff
- cloudflareB *gui.Node // cloudflare button
-
- dbOn *gui.Node // button for setting debugging on
- dbNet *gui.Node // button for setting network debugging on
- dbProc *gui.Node // button for setting proc debugging on
+ // mainStatus *gui.Node // group for the main display of stuff
+ // cloudflareB *gui.Node // cloudflare button
digStatus *digStatus
statusIPv6 *gadgets.OneLiner
digStatusButton *gui.Node
- hostnameStatusButton *gui.Node
-
myDebug *gui.Node
myGui *gui.Node
}