gogo / grpc-example

An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.
Other
453 stars 87 forks source link

Investigate whether gogo/googleapis types implementing MessageName work with grpc/status #12

Closed johanbrandhorst closed 6 years ago

johanbrandhorst commented 6 years ago

Following from the discussion in #9, it may be possible to use grpc/status instead of gogo/status when types implement MessageName() string.

johanbrandhorst commented 6 years ago

gogo/googleapis has been updated (https://github.com/gogo/grpc-example/issues/9#issuecomment-377606441)