google.golang.org/grpc.serverStream.trInfo (field)
19 uses
google.golang.org/grpc (current package)
server.go#L1342: trInfo: trInfo,
server.go#L1352: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
server.go#L1353: ss.trInfo.tr.SetError()
server.go#L1355: ss.trInfo.tr.Finish()
server.go#L1356: ss.trInfo.tr = nil
server.go#L1458: ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
server.go#L1459: ss.trInfo.tr.SetError()
server.go#L1474: ss.trInfo.tr.LazyLog(stringer("OK"), false)
stream.go#L1358: trInfo *traceInfo
stream.go#L1406: if ss.trInfo != nil {
stream.go#L1408: if ss.trInfo.tr != nil {
stream.go#L1410: ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
stream.go#L1412: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
stream.go#L1413: ss.trInfo.tr.SetError()
stream.go#L1466: if ss.trInfo != nil {
stream.go#L1468: if ss.trInfo.tr != nil {
stream.go#L1470: ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
stream.go#L1472: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
stream.go#L1473: ss.trInfo.tr.SetError()
 |
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. |