Deprecated: See ClientStream and ServerStream documentation instead.
()
| 84 | type Stream interface { |
| 85 | // Deprecated: See ClientStream and ServerStream documentation instead. |
| 86 | Context() context.Context |
| 87 | // Deprecated: See ClientStream and ServerStream documentation instead. |
| 88 | SendMsg(m any) error |
| 89 | // Deprecated: See ClientStream and ServerStream documentation instead. |
no outgoing calls