Redact returns a redacted version of the supplied item that is safe to use in anonymized reporting. NB: this interface is obsolete. Use redact.Sprint() directly.
(r interface{})
| 21 | // |
| 22 | // NB: this interface is obsolete. Use redact.Sprint() directly. |
| 23 | func Redact(r interface{}) string { |
| 24 | return redact.Sprint(r).Redact().StripMarkers() |
| 25 | } |
no outgoing calls
searching dependent graphs…