providers/commercetools/connectivity/config.go (
9
lines of code) (
raw
):
package connectivity type Config struct { ClientID string ClientSecret string ClientScope string ProjectKey string TokenURL string BaseURL string }