diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 16:59:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 16:59:33 -0600 |
| commit | 15d9f9769360b1cb8c748de8ee995030ade5eb35 (patch) | |
| tree | 97f7c9057c284fbb8f9e0428533f2d7b4da85772 /structs.go | |
| parent | 983517732d9f193771665d8191c58e47028c6670 (diff) | |
all engines running and stable
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -19,9 +19,7 @@ type Host struct { statusOS *linuxstatus.LinuxStatus // what the Linux OS sees hostnameStatus *gui.Node // a summary for the user of where things are - - // domainname *gui.Node // kernel.org - hostshort *gui.Node // hostname -s + hostname *gadgets.OneLiner // the hostname grabbed from gadget.linuxStatus artificialSleep float64 `default:"0.7"` // artificial sleep on startup artificialS string `default:"abc"` // artificial sleep on startup @@ -50,18 +48,13 @@ type Host struct { notes *gui.Node // using this to put notes here // local OS settings, network interfaces, etc -// uid *gui.Node // user - fqdn *gui.Node // display the full hostname - // IPv4 *gui.Node // show valid IPv4 addresses - // IPv6 *gui.Node // show valid IPv6 addresses - Interfaces *gui.Node // Interfaces - LocalSpeedActual *gui.Node // the time it takes to check each network interface +// fqdn *gui.Node // display the full hostname +// Interfaces *gui.Node // Interfaces +// LocalSpeedActual *gui.Node // the time it takes to check each network interface // DNS stuff - // NSrr *gui.Node // NS resource records for the domain name DnsAPI *gui.Node // what DNS API to use? DnsAAAA *gadgets.OneLiner // the actual DNS AAAA results - // workingIPv6 *gui.Node // currently working AAAA DnsA *gui.Node // the actual DNS A results (ignore for status since mostly never happens?) DnsStatus *gui.Node // the current state of DNS DnsSpeed *gui.Node // 'FAST', 'OK', 'SLOW', etc |
