type go.opentelemetry.io/otel/api/correlation.CorrelationContext

7 uses

	go.opentelemetry.io/otel/api/correlation (current package)
		correlation_context_propagator.go#L33: type CorrelationContext struct{}
		correlation_context_propagator.go#L35: var _ propagation.HTTPPropagator = CorrelationContext{}
		correlation_context_propagator.go#L40: 	return CorrelationContext{}
		correlation_context_propagator.go#L44: func (CorrelationContext) Inject(ctx context.Context, supplier propagation.HTTPSupplier) {
		correlation_context_propagator.go#L65: func (CorrelationContext) Extract(ctx context.Context, supplier propagation.HTTPSupplier) context.Context {
		correlation_context_propagator.go#L116: func (CorrelationContext) GetAllKeys() []string {

	go.opentelemetry.io/otel/api/global/internal
		state.go#L126: 	ccPropagator := correlation.CorrelationContext{}