Invoke performs a unary RPC and returns after the response is received into reply.
(ctx context.Context, method string, args any, reply any, opts ...CallOption)
| 647 | // Invoke performs a unary RPC and returns after the response is received |
| 648 | // into reply. |
| 649 | Invoke(ctx context.Context, method string, args any, reply any, opts ...CallOption) error |
| 650 | // NewStream begins a streaming RPC. |
| 651 | NewStream(ctx context.Context, desc *StreamDesc, method string, opts ...CallOption) (ClientStream, error) |
| 652 | } |
no outgoing calls