impl map images

This commit is contained in:
Bel LaPointe
2022-01-12 22:05:18 -05:00
parent bfc7aedecf
commit b515143fc6
7 changed files with 63 additions and 12 deletions

View File

@@ -15,6 +15,17 @@ type Config struct {
OK Duration
Error Duration
}
Images struct {
ClientID string
ClientSecret string
RefreshToken string
AccessToken string
RefreshURI string
RefreshFormat string
RefreshMethod string
UploadURI string
UploadMethod string
}
Maps struct {
URIFormat string
Pickup bool