google.golang.org/grpc.StreamDesc.ClientStreams (field)
16 uses
google.golang.org/grpc (current package)
call.go#L63: var unaryStreamDesc = &StreamDesc{ServerStreams: false, ClientStreams: false}
server.go#L397: ClientStreams: true,
server.go#L630: IsClientStream: d.ClientStreams,
server.go#L1445: IsClientStream: sd.ClientStreams,
stream.go#L60: ClientStreams bool
stream.go#L717: if !cs.desc.ClientStreams {
stream.go#L868: if err := a.t.Write(a.s, hdr, payld, &transport.Options{Last: !cs.desc.ClientStreams}); err != nil {
stream.go#L869: if !cs.desc.ClientStreams {
stream.go#L1186: if !as.desc.ClientStreams {
stream.go#L1201: if err := as.t.Write(as.s, hdr, payld, &transport.Options{Last: !as.desc.ClientStreams}); err != nil {
stream.go#L1202: if !as.desc.ClientStreams {
google.golang.org/grpc/balancer/grpclb
grpclb.go#L73: ClientStreams: true,
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
load_balancer.pb.go#L754: ClientStreams: true,
load_balancer_grpc.pb.go#L41: ClientStreams: true,
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
handshaker.pb.go#L1101: ClientStreams: true,
handshaker_grpc.pb.go#L46: ClientStreams: true,
 |
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. |