MCPcopy Create free account
hub / github.com/cockroachdb/redact / redactProcessor

Struct redactProcessor

otelprocessor/processor.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type redactProcessor struct {
12 config Config
13}
14
15func newRedactProcessor(_ context.Context, config *Config) *redactProcessor {
16 rp := &redactProcessor{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected