AzureHubConfig represents vendor-specific config for Azure Event Hubs.
| 49 | |
| 50 | // AzureHubConfig represents vendor-specific config for Azure Event Hubs. |
| 51 | type 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. |
| 58 | type AmazonS3OIDCConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected