move usezips to brokers
parent
d7d523b0a7
commit
d38555a555
|
|
@ -48,7 +48,6 @@
|
||||||
"States": [
|
"States": [
|
||||||
"NC"
|
"NC"
|
||||||
],
|
],
|
||||||
"UseZips": true,
|
|
||||||
"Zips": [
|
"Zips": [
|
||||||
"27006"
|
"27006"
|
||||||
],
|
],
|
||||||
|
|
@ -75,6 +74,7 @@
|
||||||
},
|
},
|
||||||
"Once": false,
|
"Once": false,
|
||||||
"Brokers": {
|
"Brokers": {
|
||||||
|
"UseZips": true,
|
||||||
"FastExact": {
|
"FastExact": {
|
||||||
"RadiusMiles": 100,
|
"RadiusMiles": 100,
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,6 @@
|
||||||
"States": [
|
"States": [
|
||||||
"NC"
|
"NC"
|
||||||
],
|
],
|
||||||
"UseZips": true,
|
|
||||||
"Zips": [
|
"Zips": [
|
||||||
"27006"
|
"27006"
|
||||||
],
|
],
|
||||||
|
|
@ -75,6 +74,7 @@
|
||||||
},
|
},
|
||||||
"Once": true,
|
"Once": true,
|
||||||
"Brokers": {
|
"Brokers": {
|
||||||
|
"UseZips": true,
|
||||||
"FastExact": {
|
"FastExact": {
|
||||||
"RadiusMiles": 100,
|
"RadiusMiles": 100,
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,7 @@ type Config struct {
|
||||||
}
|
}
|
||||||
Once bool
|
Once bool
|
||||||
Brokers struct {
|
Brokers struct {
|
||||||
|
UseZips bool
|
||||||
NTG struct {
|
NTG struct {
|
||||||
Enabled bool
|
Enabled bool
|
||||||
JobInfo bool
|
JobInfo bool
|
||||||
|
|
@ -87,7 +88,6 @@ type Config struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Client struct {
|
type Client struct {
|
||||||
UseZips bool
|
|
||||||
States []State
|
States []State
|
||||||
Zips []string
|
Zips []string
|
||||||
IDs struct {
|
IDs struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue