-
Notifications
You must be signed in to change notification settings - Fork 234
Generation without gRPC #44
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestlow prioritymediumMedium effort issue, can fit in a single PRMedium effort issue, can fit in a single PR
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlow prioritymediumMedium effort issue, can fit in a single PRMedium effort issue, can fit in a single PR
I would like to use betterproto for the generation of code from proto messages but without the usage of gRPC. However, there are still services defined in my .proto files for which I will be generating code with a different plugin. Thus, I need to disable the service generation of the betterproto plugin which, as far as I can tell, is not possible at the moment.