impl sending maps of pickup+dropoff

This commit is contained in:
Bel LaPointe
2022-01-12 20:52:09 -05:00
parent 3423e5f76a
commit 1334295204
7 changed files with 44 additions and 17 deletions

View File

@@ -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
}