([]byte)
| 153 | // tempopb.PushSpansRequest expected by the generator processors. |
| 154 | type GeneratorCodec interface { |
| 155 | Decode([]byte) (iter.Seq2[*tempopb.PushSpansRequest, error], error) |
| 156 | } |
| 157 | |
| 158 | // PushBytesDecoder unmarshals tempopb.PushBytesRequest. |
no outgoing calls