google.golang.org/grpc.ClientConnInterface.NewStream (method)

3 uses

	google.golang.org/grpc (current package)
		clientconn.go#L594: 	NewStream(ctx context.Context, desc *StreamDesc, method string, opts ...CallOption) (ClientStream, error)

	google.golang.org/grpc/health
		producer.go#L85: 		return p.cc.NewStream(ctx, &grpc.StreamDesc{ServerStreams: true}, method)

	google.golang.org/grpc/health/grpc_health_v1
		health_grpc.pb.go#L120: 	stream, err := c.cc.NewStream(ctx, &Health_ServiceDesc.Streams[0], Health_Watch_FullMethodName, cOpts...)