google.golang.org/grpc.csAttempt.t (field)
8 uses
google.golang.org/grpc (current package)
stream.go#L366: newAttempt.t = t
stream.go#L375: s, err := a.t.NewStream(cs.ctx, cs.callHdr)
stream.go#L444: t transport.ClientTransport
stream.go#L797: a.t.Write(a.s, nil, nil, &transport.Options{Last: true})
stream.go#L868: if err := a.t.Write(a.s, hdr, payld, &transport.Options{Last: !cs.desc.ClientStreams}); err != nil {
stream.go#L881: a.t.IncrMsgSent()
stream.go#L937: a.t.IncrMsgRecv()
stream.go#L968: a.t.CloseStream(a.s, err)
![]() |
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. |