GRPC has a reflection protocol [1] that can be used to build Swagger style tools [2]
[1] https://github.com/grpc/grpc/blob/master/doc/server-reflecti...
You can see that reflection in action through tools like grpcui:
GRPC has a reflection protocol [1] that can be used to build Swagger style tools [2]
[1] https://github.com/grpc/grpc/blob/master/doc/server-reflecti...