impl sending maps of pickup+dropoff
This commit is contained in:
@@ -17,6 +17,8 @@ type Config struct {
|
||||
}
|
||||
Maps struct {
|
||||
URIFormat string
|
||||
Pickup bool
|
||||
Dropoff bool
|
||||
}
|
||||
Clients map[string]Client
|
||||
Storage []string
|
||||
@@ -50,10 +52,6 @@ type Client struct {
|
||||
IDs struct {
|
||||
Matrix string
|
||||
}
|
||||
Maps struct {
|
||||
Pickup bool
|
||||
Dropoff bool
|
||||
}
|
||||
PauseUntil Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user