type golang.org/x/net/trace.Trace
6 uses
golang.org/x/net/trace (current package)
trace.go#L136: func NewContext(ctx context.Context, tr Trace) context.Context {
trace.go#L141: func FromContext(ctx context.Context) (tr Trace, ok bool) {
trace.go#L142: tr, ok = ctx.Value(contextKey).(Trace)
trace.go#L317: type Trace interface {
trace.go#L361: func New(family, title string) Trace {
google.golang.org/grpc
trace.go#L49: tr trace.Trace
![]() |
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. |