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

5 uses

	go.opentelemetry.io/otel/api/correlation (current package)
		context.go#L46: type hookKind int
		context.go#L49: 	hookKindSet hookKind = iota
		context.go#L53: func (d *correlationsData) overrideHook(kind hookKind, setHook SetHookFunc, getHook GetHookFunc) {
		context.go#L94: func contextWithHook(ctx context.Context, kind hookKind, setHook SetHookFunc, getHook GetHookFunc) context.Context {
		context.go#L110: func contextWithOneHookAndMap(ctx context.Context, kind hookKind, setHook SetHookFunc, getHook GetHookFunc, m Map) context.Context {