move usezips to brokers

This commit is contained in:
Bel LaPointe
2022-01-27 17:37:36 -07:00
parent d7d523b0a7
commit d38555a555
3 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,8 @@ type Config struct {
}
Once bool
Brokers struct {
NTG struct {
UseZips bool
NTG struct {
Enabled bool
JobInfo bool
Mock bool
@@ -87,10 +88,9 @@ type Config struct {
}
type Client struct {
UseZips bool
States []State
Zips []string
IDs struct {
States []State
Zips []string
IDs struct {
Matrix string
}
Available Time