todo, configure map mvp
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user