MCPcopy Create free account
hub / github.com/google/go-github / DatadogConfig

Struct DatadogConfig

github/enterprise_audit_log_stream.go:103–107  ·  view source on GitHub ↗

DatadogConfig represents vendor-specific config for Datadog.

Source from the content-addressed store, hash-verified

101
102// DatadogConfig represents vendor-specific config for Datadog.
103type DatadogConfig struct {
104 EncryptedToken string `json:"encrypted_token"`
105 Site string `json:"site"` // One of: US, US3, US5, EU1, US1-FED, AP1
106 KeyID string `json:"key_id"`
107}
108
109// Implement the sealed marker interface for all vendor config types.
110func (*AzureBlobConfig) isAuditLogStreamVendorConfig() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected