nest-cloud / nestcloud-grpc-example

How to use nestcloud/grpc for loadbalance rpc call.
10 stars 0 forks source link

pb文件怎么生成对应的interface #3

Open wolftankk opened 4 years ago

wolftankk commented 4 years ago

直接用ts-protoc-gen 生成的文件 和例子中的完全不一样。。。

miaowing commented 4 years ago

@nestcloud/grpc 是基于 https://docs.nestjs.com/microservices/grpc 修改而来的,可以参考一下。