| 245 | } |
| 246 | |
| 247 | type TracingSpanPacket struct { |
| 248 | Spans []byte |
| 249 | TracingIdentity []byte |
| 250 | } |
| 251 | |
| 252 | func (tsp *TracingSpanPacket) Type() DatagramV2Type { |
| 253 | return DatagramTypeTracingSpan |
nothing calls this directly
no outgoing calls
no test coverage detected