go.opentelemetry.io/otel/api/correlation.correlationsData.setHook (field)
6 uses
go.opentelemetry.io/otel/api/correlation (current package)
context.go#L38: setHook SetHookFunc
context.go#L43: return d.setHook == nil && d.getHook == nil
context.go#L56: d.setHook = setHook
context.go#L130: return context.WithValue(ctx, correlationsKey, v.m), v.setHook, v.getHook
context.go#L142: if v.setHook != nil {
context.go#L143: ctx = v.setHook(ctx)
![]() |
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. |