go.opentelemetry.io/otel/api/correlation.correlationsData.m (field)
7 uses
go.opentelemetry.io/otel/api/correlation (current package)
context.go#L37: m Map
context.go#L99: return context.WithValue(ctx, correlationsKey, v.m)
context.go#L111: d := correlationsData{m: m}
context.go#L130: return context.WithValue(ctx, correlationsKey, v.m), v.setHook, v.getHook
context.go#L140: v.m = m
context.go#L164: return v.getHook(ctx, v.m)
context.go#L166: return v.m
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |