You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expectation
This should generate two files, one of them being the service.
Problem
This generates a single file for my protobuf file, but there's no service generated.
Extra info
I can't use --plugins=grpc anywhere, because it says "--plugins is not supported", so I guess that's why the service isn't being generated.
Is there something I'm missing here? If it doesn't support grpc for Go then there's not much point of listing it as an option? Is it just not possible to generate a Go grpc service with this container and so another solution is needed?
The text was updated successfully, but these errors were encountered:
Hi! I'm running the following from StackOverflow (but also from reading the docs here):
Expectation
This should generate two files, one of them being the service.
Problem
This generates a single file for my protobuf file, but there's no service generated.
Extra info
I can't use
--plugins=grpc
anywhere, because it says "--plugins is not supported", so I guess that's why the service isn't being generated.Is there something I'm missing here? If it doesn't support grpc for Go then there's not much point of listing it as an option? Is it just not possible to generate a Go grpc service with this container and so another solution is needed?
The text was updated successfully, but these errors were encountered: