google.golang.org/grpc.addrConnStream.desc (field)
7 uses
google.golang.org/grpc (current package)
stream.go#L1086: desc: desc,
stream.go#L1129: desc *StreamDesc
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 {
stream.go#L1219: if err != nil || !as.desc.ServerStreams {
stream.go#L1255: if as.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. |