google.golang.org/grpc/internal/channelz.TraceEventDesc.Parent (field)
9 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L293: Parent *TraceEventDesc
funcs.go#L298: for d := desc; d != nil; d = d.Parent {
funcs.go#L457: if desc.Parent != nil {
funcs.go#L468: Desc: desc.Parent.Desc,
funcs.go#L469: Severity: desc.Parent.Severity,
google.golang.org/grpc
clientconn.go#L155: Parent: &channelz.TraceEventDesc{
clientconn.go#L740: Parent: &channelz.TraceEventDesc{
clientconn.go#L1024: ted.Parent = &channelz.TraceEventDesc{
clientconn.go#L1440: Parent: &channelz.TraceEventDesc{
![]() |
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. |