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

19 uses

	go.opentelemetry.io/otel/api/correlation (current package)
		context.go#L31: type GetHookFunc func(context.Context, Map) Map
		context.go#L37: 	m       Map
		context.go#L102: 	case Map:
		context.go#L110: func contextWithOneHookAndMap(ctx context.Context, kind hookKind, setHook SetHookFunc, getHook GetHookFunc, m Map) context.Context {
		context.go#L137: func ContextWithMap(ctx context.Context, m Map) context.Context {
		context.go#L160: func MapFromContext(ctx context.Context) Map {
		context.go#L167: 	case Map:
		map.go#L23: type Map struct {
		map.go#L47: func newMap(raw rawMap) Map {
		map.go#L48: 	return Map{
		map.go#L54: func NewEmptyMap() Map {
		map.go#L61: func NewMap(update MapUpdate) Map {
		map.go#L68: func (m Map) Apply(update MapUpdate) Map {
		map.go#L147: func (m Map) Value(k label.Key) (label.Value, bool) {
		map.go#L154: func (m Map) HasValue(k label.Key) bool {
		map.go#L160: func (m Map) Len() int {
		map.go#L167: func (m Map) Foreach(f func(label.KeyValue) bool) {