google.golang.org/grpc.csAttempt.trInfo (field)
15 uses
google.golang.org/grpc (current package)
stream.go#L336: trInfo: trInfo,
stream.go#L458: trInfo *traceInfo
stream.go#L861: if a.trInfo != nil {
stream.go#L863: if a.trInfo.tr != nil {
stream.go#L864: a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
stream.go#L918: if a.trInfo != nil {
stream.go#L920: if a.trInfo.tr != nil {
stream.go#L921: a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
stream.go#L995: if a.trInfo != nil && a.trInfo.tr != nil {
stream.go#L997: a.trInfo.tr.LazyPrintf("RPC: [OK]")
stream.go#L999: a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
stream.go#L1000: a.trInfo.tr.SetError()
stream.go#L1002: a.trInfo.tr.Finish()
stream.go#L1003: a.trInfo.tr = nil
![]() |
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. |