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

Struct AzureHubConfig

github/enterprise_audit_log_stream.go:51–55  ·  view source on GitHub ↗

AzureHubConfig represents vendor-specific config for Azure Event Hubs.

Source from the content-addressed store, hash-verified

49
50// AzureHubConfig represents vendor-specific config for Azure Event Hubs.
51type AzureHubConfig struct {
52 Name string `json:"name"`
53 EncryptedConnstring string `json:"encrypted_connstring"`
54 KeyID string `json:"key_id"`
55}
56
57// AmazonS3OIDCConfig represents vendor-specific config for Amazon S3 with OIDC authentication.
58type AmazonS3OIDCConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected