summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-10 20:22:25 -0600
committerJeff Carr <[email protected]>2024-01-10 20:22:25 -0600
commitf8df2d1ce33e8eb70a996775006b37419c5165a7 (patch)
tree23e3106a95c352f4bfdb6b5f37096f5caffdce4c /structs.go
parentad8a25d85f50dfe27dbefa5267749e61c0cb16b3 (diff)
autofix!v0.5.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index df3bc4c..cab640b 100644
--- a/structs.go
+++ b/structs.go
@@ -29,7 +29,7 @@ type Host struct {
// WHEN THESE ARE ALL "WORKING", then everything is good
hostnameStatus *gui.Node // a summary for the user of where things are
DnsAPIstatus *gui.Node // does your DNS API work?
- APIprovider string
+ // APIprovider string
apiButton *gui.Node // the button you click for the API config page
artificialSleep float64 `default:"0.7"` // artificial sleep on startup