add ntg configurable work hours, weekdays

This commit is contained in:
bel
2022-01-30 08:29:06 -07:00
parent c62d84b40a
commit 60f19968e3
3 changed files with 13 additions and 1 deletions

View File

@@ -67,6 +67,10 @@ type Config struct {
UseZips bool
RadiusMiles int
NTG struct {
Working struct {
Hours []int
Weekdays []int
}
Enabled bool
JobInfo bool
Mock bool