| 82 | } |
| 83 | |
| 84 | type RedactorSet struct { |
| 85 | set Set |
| 86 | redactorFunc func(interface{}) RedactorFunc |
| 87 | } |
| 88 | |
| 89 | func (redactorSet RedactorSet) Redact() string { |
| 90 | return redactorSet.GetRedactionString(true) |
nothing calls this directly
no outgoing calls
no test coverage detected