diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 02:21:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 02:21:56 -0600 |
| commit | 01eca8fc107e287432e7f49752ad3c0932e2562b (patch) | |
| tree | 2ae9f37d8ac6fd3d92457b374f8d41aee2f810ab /structs.go | |
| parent | ca3a01f478aa60fb039892d2cae6823188b5842c (diff) | |
all engines still firing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -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 } |
