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

Function NewAzureBlobStreamConfig

github/enterprise_audit_log_stream.go:120–122  ·  view source on GitHub ↗

NewAzureBlobStreamConfig returns an AuditLogStreamConfig for Azure Blob Storage.

(enabled bool, cfg *AzureBlobConfig)

Source from the content-addressed store, hash-verified

118
119// NewAzureBlobStreamConfig returns an AuditLogStreamConfig for Azure Blob Storage.
120func NewAzureBlobStreamConfig(enabled bool, cfg *AzureBlobConfig) *AuditLogStreamConfig {
121 return &AuditLogStreamConfig{Enabled: enabled, StreamType: "Azure Blob Storage", VendorSpecific: cfg}
122}
123
124// NewAzureHubStreamConfig returns an AuditLogStreamConfig for Azure Event Hubs.
125func NewAzureHubStreamConfig(enabled bool, cfg *AzureHubConfig) *AuditLogStreamConfig {

Callers 2

runCreateFunction · 0.92

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…