move usezips to brokers
This commit is contained in:
@@ -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