google.golang.org/grpc.addrConnStream.t (field)
8 uses
google.golang.org/grpc (current package)
stream.go#L1090: t: t,
stream.go#L1093: s, err := as.t.NewStream(as.ctx, as.callHdr)
stream.go#L1126: t transport.ClientTransport
stream.go#L1160: as.t.Write(as.s, nil, nil, &transport.Options{Last: true})
stream.go#L1201: if err := as.t.Write(as.s, hdr, payld, &transport.Options{Last: !as.desc.ClientStreams}); err != nil {
stream.go#L1212: as.t.IncrMsgSent()
stream.go#L1253: as.t.IncrMsgRecv()
stream.go#L1284: as.t.CloseStream(as.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. |