var google.golang.org/grpc.unaryStreamDesc
4 uses
google.golang.org/grpc (current package)
call.go#L63: var unaryStreamDesc = &StreamDesc{ServerStreams: false, ClientStreams: false}
call.go#L66: cs, err := newClientStream(ctx, unaryStreamDesc, cc, method, opts...)
stream.go#L311: if desc != unaryStreamDesc {
stream.go#L1101: if desc != unaryStreamDesc {
![]() |
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. |