YoshiyukiKato / grpc-kit

Use grpc more simply on Node.js
45 stars 13 forks source link

how to import google proto? #3

Open navono opened 5 years ago

navono commented 5 years ago

I have a proto file with import "google/rpc/status.proto" and use google.rpc.Status as filed in message, But when I use the proto in server.use(), the following error occurred

Error: no such Type or Enum 'google.rpc.Status' in Type xxx

How do I import third-party proto files?

Thanks.