You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Go kit
I have a gRPC server where one endpoint receives a message with a field of type Any. I need to unpack this field and create a concrete object from it. Is it better to unpack an Any field in transport.go, when decoding the request, or in service.go, before executing the logic?