OTLPDecoder unmarshals ptrace.Traces.
| 190 | |
| 191 | // OTLPDecoder unmarshals ptrace.Traces. |
| 192 | type OTLPDecoder struct { |
| 193 | trace tempopb.Trace |
| 194 | } |
| 195 | |
| 196 | func NewOTLPDecoder() *OTLPDecoder { |
| 197 | return &OTLPDecoder{trace: tempopb.Trace{}} |
nothing calls this directly
no outgoing calls
no test coverage detected