add ntg configurable work hours, weekdays
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user