github.com/GoogleCloudPlatform/terraformer@v0.8.18/providers/commercetools/connectivity/config.go (about) 1 package connectivity 2 3 type Config struct { 4 ClientID string 5 ClientSecret string 6 ClientScope string 7 ProjectKey string 8 TokenURL string 9 BaseURL string 10 }