GoogleCloudConfig represents vendor-specific config for Google Cloud Storage.
| 94 | |
| 95 | // GoogleCloudConfig represents vendor-specific config for Google Cloud Storage. |
| 96 | type GoogleCloudConfig struct { |
| 97 | Bucket string `json:"bucket"` |
| 98 | KeyID string `json:"key_id"` |
| 99 | EncryptedJSONCredentials string `json:"encrypted_json_credentials"` |
| 100 | } |
| 101 | |
| 102 | // DatadogConfig represents vendor-specific config for Datadog. |
| 103 | type DatadogConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected