(t *tempopb.Trace)
| 351 | // the caller. When ErrTraceHidden is returned, the caller should receive a 404 response. |
| 352 | type TraceRedactor interface { |
| 353 | RedactTraceAttributes(t *tempopb.Trace) error |
| 354 | } |
| 355 | |
| 356 | // unsafeStringToBytes converts a string to []byte without allocation. |
no outgoing calls
no test coverage detected