PushBytesDecoder unmarshals tempopb.PushBytesRequest.
| 157 | |
| 158 | // PushBytesDecoder unmarshals tempopb.PushBytesRequest. |
| 159 | type PushBytesDecoder struct { |
| 160 | dec *Decoder |
| 161 | } |
| 162 | |
| 163 | func NewPushBytesDecoder() *PushBytesDecoder { |
| 164 | return &PushBytesDecoder{dec: NewDecoder()} |
nothing calls this directly
no outgoing calls
no test coverage detected