MCPcopy
hub / github.com/cloudflare/cloudflared / TracingSpanPacket

Struct TracingSpanPacket

quic/datagramv2.go:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247type TracingSpanPacket struct {
248 Spans []byte
249 TracingIdentity []byte
250}
251
252func (tsp *TracingSpanPacket) Type() DatagramV2Type {
253 return DatagramTypeTracingSpan

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected