SetTrailer sets the trailer metadata which will be sent with the RPC status. When called more than once, all the provided metadata will be merged.
(metadata.MD)
| 1597 | // SetTrailer sets the trailer metadata which will be sent with the RPC status. |
| 1598 | // When called more than once, all the provided metadata will be merged. |
| 1599 | SetTrailer(metadata.MD) |
| 1600 | // Context returns the context for this stream. |
| 1601 | Context() context.Context |
| 1602 | // SendMsg sends a message. On error, SendMsg aborts the stream and the |
no outgoing calls