MCPcopy Index your code
hub / github.com/google/go-github / GoogleCloudConfig

Struct GoogleCloudConfig

github/enterprise_audit_log_stream.go:96–100  ·  view source on GitHub ↗

GoogleCloudConfig represents vendor-specific config for Google Cloud Storage.

Source from the content-addressed store, hash-verified

94
95// GoogleCloudConfig represents vendor-specific config for Google Cloud Storage.
96type 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.
103type DatadogConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected