added configurable interval

This commit is contained in:
2021-11-19 23:27:51 +01:00
parent 4c8937c707
commit 908fad0923
3 changed files with 28 additions and 12 deletions

View File

@@ -84,6 +84,9 @@ type Conf struct {
Repo []string
LTO []string `yaml:"lto"`
}
Housekeeping struct {
Interval string
}
}
type Globs []string