const go.opentelemetry.io/otel/api/correlation.hookKindSet

3 uses

	go.opentelemetry.io/otel/api/correlation (current package)
		context.go#L49: 	hookKindSet hookKind = iota
		context.go#L55: 	case hookKindSet:
		context.go#L75: 	return contextWithHook(ctx, hookKindSet, hook, nil)