image of to-from map

This commit is contained in:
Bel LaPointe
2022-01-14 00:08:23 -05:00
parent cc379c52ad
commit 48da446e83
5 changed files with 58 additions and 9 deletions

View File

@@ -27,9 +27,12 @@ type Config struct {
UploadMethod string
}
Maps struct {
URIFormat string
Pickup bool
Dropoff bool
DirectionsURIFormat string
PathedURIFormat string
URIFormat string
Pathed bool
Pickup bool
Dropoff bool
}
Clients map[string]Client
Storage []string