google.golang.org/grpc/internal/channelz.TraceEventDesc.Desc (field)
22 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L291: Desc string
funcs.go#L301: l.InfoDepth(depth+1, d.Desc)
funcs.go#L303: l.InfoDepth(depth+1, d.Desc)
funcs.go#L305: l.WarningDepth(depth+1, d.Desc)
funcs.go#L307: l.ErrorDepth(depth+1, d.Desc)
funcs.go#L456: childTC.getChannelTrace().append(&TraceEvent{Desc: desc.Desc, Severity: desc.Severity, Timestamp: time.Now()})
funcs.go#L468: Desc: desc.Parent.Desc,
logging.go#L33: Desc: fmt.Sprint(args...),
logging.go#L46: Desc: msg,
logging.go#L58: Desc: fmt.Sprint(args...),
logging.go#L71: Desc: msg,
logging.go#L83: Desc: fmt.Sprint(args...),
logging.go#L96: Desc: msg,
google.golang.org/grpc
clientconn.go#L153: Desc: "Channel Created",
clientconn.go#L156: Desc: fmt.Sprintf("Nested Channel(id:%d) created", cc.channelzID),
clientconn.go#L738: Desc: "Subchannel Created",
clientconn.go#L741: Desc: fmt.Sprintf("Subchannel(id:%d) created", ac.channelzID),
clientconn.go#L1020: Desc: "Channel Deleted",
clientconn.go#L1025: Desc: fmt.Sprintf("Nested channel(id:%d) deleted", cc.channelzID),
clientconn.go#L1438: Desc: "Subchannel Deleted",
clientconn.go#L1441: Desc: fmt.Sprintf("Subchanel(id:%d) deleted", ac.channelzID),
resolver_conn_wrapper.go#L219: Desc: fmt.Sprintf("Resolver state updated: %+v (%v)", s, strings.Join(updates, "; ")),
 |
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. |