MCPcopy
hub / github.com/keploy/keploy / RedactField

Method RedactField

utils/log/logger.go:40–40  ·  view source on GitHub ↗
(f *zapcore.Field)

Source from the content-addressed store, hash-verified

38type Redactor interface {
39 RedactEntry(ent *zapcore.Entry)
40 RedactField(f *zapcore.Field)
41 RedactEncoded(text string) string
42}
43

Callers 2

WithMethod · 0.65
WriteMethod · 0.65

Implementers 1

countingRedactorutils/log/logger_test.go

Calls

no outgoing calls

Tested by

no test coverage detected