diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 21:02:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 21:02:41 -0600 |
| commit | 5e9f1591cab5602ac9d9f6e6a24f83ba5dc86126 (patch) | |
| tree | fc9530a4361b411dac492061f14cd749cc706621 /structs.go | |
| parent | de051d06f33a401231baf1651727d31a18261052 (diff) | |
update worked correctly for the first time
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ import ( "time" "go.wit.com/gui/gui" "go.wit.com/gui/gadgets" + // "go.wit.com/gui/cloudflare" "go.wit.com/control-panels/dns/linuxstatus" "github.com/miekg/dns" @@ -57,6 +58,7 @@ type Host struct { statusIPv6 *gadgets.OneLiner digStatusButton *gui.Node + witcom *gadgets.BasicWindow } type IPtype struct { |
