(r *http.Request)
| 60 | } |
| 61 | |
| 62 | func (i *BlockingInterception) TraceAttributes(r *http.Request) []attribute.KeyValue { |
| 63 | return i.interceptionBase.baseTraceAttributes(r, false) |
| 64 | } |
| 65 | |
| 66 | func (*BlockingInterception) Streaming() bool { |
| 67 | return false |
nothing calls this directly
no test coverage detected