var go.opentelemetry.io/otel/api/correlation.correlationsKey
11 uses
go.opentelemetry.io/otel/api/correlation (current package)
context.go#L34: var correlationsKey = &correlationsType{}
context.go#L95: switch v := ctx.Value(correlationsKey).(type) {
context.go#L99: return context.WithValue(ctx, correlationsKey, v.m)
context.go#L101: return context.WithValue(ctx, correlationsKey, v)
context.go#L116: return context.WithValue(ctx, correlationsKey, d)
context.go#L128: switch v := ctx.Value(correlationsKey).(type) {
context.go#L130: return context.WithValue(ctx, correlationsKey, v.m), v.setHook, v.getHook
context.go#L138: switch v := ctx.Value(correlationsKey).(type) {
context.go#L141: ctx = context.WithValue(ctx, correlationsKey, v)
context.go#L147: return context.WithValue(ctx, correlationsKey, m)
context.go#L161: switch v := ctx.Value(correlationsKey).(type) {
 |
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. |