hidingRedactor is a TraceRedactor stub that always returns ErrTraceHidden, simulating an access-policy that hides the trace entirely.
| 95 | // hidingRedactor is a TraceRedactor stub that always returns ErrTraceHidden, |
| 96 | // simulating an access-policy that hides the trace entirely. |
| 97 | type hidingRedactor struct{} |
| 98 | |
| 99 | func (h hidingRedactor) RedactTraceAttributes(_ *tempopb.Trace) error { return ErrTraceHidden } |
| 100 |
nothing calls this directly
no outgoing calls
no test coverage detected