package nettrace
Import Path
internal/nettrace (on golang.org and go.dev)
Dependency Relation
imports 0 packages, and imported by 2 packages
Involved Source Files
d-> nettrace.go
Exported Type Names
type
LookupIPAltResolverKey (struct)
LookupIPAltResolverKey is a context.Context Value key used by tests to
specify an alternate resolver func.
It is not exposed to outsider users. (But see issue 12503)
The value should be the same type as lookupIP:
func lookupIP(ctx context.Context, host string) ([]IPAddr, error)
type
TraceKey (struct)
TraceKey is a context.Context Value key. Its associated value should
be a *Trace struct.
 |
The pages are generated with Golds v0.1.6. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project and 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. |