move usezips to brokers
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
"States": [
|
||||
"NC"
|
||||
],
|
||||
"UseZips": true,
|
||||
"Zips": [
|
||||
"27006"
|
||||
],
|
||||
@@ -75,6 +74,7 @@
|
||||
},
|
||||
"Once": false,
|
||||
"Brokers": {
|
||||
"UseZips": true,
|
||||
"FastExact": {
|
||||
"RadiusMiles": 100,
|
||||
"Enabled": true,
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"States": [
|
||||
"NC"
|
||||
],
|
||||
"UseZips": true,
|
||||
"Zips": [
|
||||
"27006"
|
||||
],
|
||||
@@ -75,6 +74,7 @@
|
||||
},
|
||||
"Once": true,
|
||||
"Brokers": {
|
||||
"UseZips": true,
|
||||
"FastExact": {
|
||||
"RadiusMiles": 100,
|
||||
"Enabled": true,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user