google.golang.org/grpc.clientStream.desc (field)
7 uses
google.golang.org/grpc (current package)
stream.go#L268: desc: desc,
stream.go#L395: desc *StreamDesc
stream.go#L717: if !cs.desc.ClientStreams {
stream.go#L767: if err != nil || !cs.desc.ServerStreams {
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#L939: if cs.desc.ServerStreams {
![]() |
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. |