type internal/nettrace.TraceKey
6 uses
internal/nettrace (current package)
nettrace.go#L13: type TraceKey struct{}
net
dial.go#L502: if trace, _ := ctx.Value(nettrace.TraceKey{}).(*nettrace.Trace); trace != nil {
dial.go#L506: resolveCtx = context.WithValue(resolveCtx, nettrace.TraceKey{}, &shadow)
dial.go#L653: trace, _ := ctx.Value(nettrace.TraceKey{}).(*nettrace.Trace)
lookup.go#L312: trace, _ := ctx.Value(nettrace.TraceKey{}).(*nettrace.Trace)
net/http/httptrace
trace.go#L65: ctx = context.WithValue(ctx, nettrace.TraceKey{}, nt)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |