Deprecated: See ClientStream and ServerStream documentation instead.
(m any)
| 88 | SendMsg(m any) error |
| 89 | // Deprecated: See ClientStream and ServerStream documentation instead. |
| 90 | RecvMsg(m any) error |
| 91 | } |
| 92 | |
| 93 | // ClientStream defines the client-side behavior of a streaming RPC. |
no outgoing calls