Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
type
redactProcessor
struct
{
12
config Config
13
}
14
15
func
newRedactProcessor(_ context.Context, config *Config) *redactProcessor {
16
rp := &redactProcessor{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected