todo, configure map mvp

This commit is contained in:
Bel LaPointe
2022-01-12 20:43:34 -05:00
parent 7ec4ce79dd
commit 3423e5f76a
5 changed files with 28 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ type Config struct {
OK Duration
Error Duration
}
Maps struct {
URIFormat string
}
Clients map[string]Client
Storage []string
Message struct {
@@ -47,6 +50,10 @@ type Client struct {
IDs struct {
Matrix string
}
Maps struct {
Pickup bool
Dropoff bool
}
PauseUntil Time
}