type go.opentelemetry.io/otel/api/propagation.HTTPPropagator

6 uses

	go.opentelemetry.io/otel/api/propagation (current package)
		propagation.go#L77: type HTTPPropagator interface {

	go.opentelemetry.io/otel/api/correlation
		correlation_context_propagator.go#L35: var _ propagation.HTTPPropagator = CorrelationContext{}
		correlation_context_propagator.go#L39: func DefaultHTTPPropagator() propagation.HTTPPropagator {

	go.opentelemetry.io/otel/api/trace
		b3_propagator.go#L98: var _ propagation.HTTPPropagator = B3{}
		trace_context_propagator.go#L43: var _ propagation.HTTPPropagator = TraceContext{}
		trace_context_propagator.go#L47: func DefaultHTTPPropagator() propagation.HTTPPropagator {