MCPcopy
hub / github.com/redpanda-data/console / ConfigPatchBigQuery

Struct ConfigPatchBigQuery

backend/pkg/connector/patch/bigquery_sink.go:22–25  ·  view source on GitHub ↗

ConfigPatchBigQuery is a config patch that includes changes that shall be applied to the BigQuery sink connector.

Source from the content-addressed store, hash-verified

20// ConfigPatchBigQuery is a config patch that includes changes that shall be applied to the
21// BigQuery sink connector.
22type ConfigPatchBigQuery struct {
23 ConfigurationKeySelector IncludeExcludeSelector
24 ConnectorClassSelector IncludeExcludeSelector
25}
26
27var _ ConfigPatch = (*ConfigPatchBigQuery)(nil)
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected