Add help task (#4891)

* Add help task
* Fix vet errors
This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-07 10:53:12 -03:00 committed by GitHub
parent 0a7913a45a
commit 5f6c4cff3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 50 deletions

View file

@ -44,7 +44,7 @@ type Config struct {
AuthSnippet string `json:"authSnippet"`
AuthCacheKey string `json:"authCacheKey"`
AuthCacheDuration []string `json:"authCacheDuration"`
ProxySetHeaders map[string]string `json:"proxySetHeaders",omitempty`
ProxySetHeaders map[string]string `json:"proxySetHeaders,omitempty"`
}
// DefaultCacheDuration is the fallback value if no cache duration is provided