From 1f757d26ff6feb54e50844ece059ff220ff18a49 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Jan 2024 02:04:19 -0600 Subject: 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 --- structs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'structs.go') 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 -- cgit v1.2.3