Safe wraps the given object into an opaque struct that implements SafeMessager: its contents can be included as-is in PII-free strings in error objects and reports. NB: this is obsolete. Use redact.Safe instead.
(v interface{})
| 60 | // |
| 61 | // NB: this is obsolete. Use redact.Safe instead. |
| 62 | func Safe(v interface{}) redact.SafeValue { |
| 63 | return redact.Safe(v) |
| 64 | } |
no outgoing calls
searching dependent graphs…