Open
Description
Hello,
I'd like to send metatata from the server-side as result of a call.
From what I see, in other languages, this would be done on the Context
object:
https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-metadata.md
However, I can't see an implementation for it in the RpcContext struct.
Should it indeed be there ? Is it not implemented, or is it implemented somewhere else ?
Thanks,