summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-26 02:04:19 -0600
committerJeff Carr <[email protected]>2024-01-26 02:04:19 -0600
commit1f757d26ff6feb54e50844ece059ff220ff18a49 (patch)
tree78f7d5cc17a0004e1d60852579134006604ba3a7 /structs.go
parent4773d43cf6a39c6d6efdf1703adbe4db8707330e (diff)
allow scan every minute
move go mod status into repostatus working on improving logic of which package to release next Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index d795e04..55493cf 100644
--- a/structs.go
+++ b/structs.go
@@ -49,6 +49,9 @@ type autoType struct {
// checkbox for --dry-run
autoDryRun *gui.Node
+ // checkbox for intermittent scanning
+ scanEveryMinute *gui.Node
+
// The current working directory
autoWorkingPwd *gadgets.OneLiner