type go.opentelemetry.io/otel/api/trace.B3

5 uses

	go.opentelemetry.io/otel/api/trace (current package)
		b3_propagator.go#L91: type B3 struct {
		b3_propagator.go#L98: var _ propagation.HTTPPropagator = B3{}
		b3_propagator.go#L103: func (b3 B3) Inject(ctx context.Context, supplier propagation.HTTPSupplier) {
		b3_propagator.go#L145: func (b3 B3) Extract(ctx context.Context, supplier propagation.HTTPSupplier) context.Context {
		b3_propagator.go#L174: func (b3 B3) GetAllKeys() []string {