func google.golang.org/grpc.newClientStream
4 uses
google.golang.org/grpc (current package)
call.go#L66: cs, err := newClientStream(ctx, unaryStreamDesc, cc, method, opts...)
stream.go#L148: return cc.dopts.streamInt(ctx, desc, cc, method, newClientStream, opts...)
stream.go#L150: return newClientStream(ctx, desc, cc, method, opts...)
stream.go#L158: func newClientStream(ctx context.Context, desc *StreamDesc, cc *ClientConn, method string, opts ...CallOption) (_ ClientStream, err error) {
 |
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. |