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

11 uses

	go.opentelemetry.io/otel/api/propagation (current package)
		propagation.go#L67: type Propagators interface {
		propagation.go#L94: func New(options ...Option) Propagators {
		propagation.go#L130: func ExtractHTTP(ctx context.Context, props Propagators, supplier HTTPSupplier) context.Context {
		propagation.go#L139: func InjectHTTP(ctx context.Context, props Propagators, supplier HTTPSupplier) {

	go.opentelemetry.io/otel/api/global
		propagation.go#L25: func Propagators() propagation.Propagators {
		propagation.go#L30: func SetPropagators(p propagation.Propagators) {

	go.opentelemetry.io/otel/api/global/internal
		state.go#L37: 		pr propagation.Propagators
		state.go#L95: func Propagators() propagation.Propagators {
		state.go#L100: func SetPropagators(pr propagation.Propagators) {
		state.go#L124: func getDefaultPropagators() propagation.Propagators {

	go.opentelemetry.io/otel
		otel.go#L27: type Propagators = propagation.Propagators