fullstorydev / grpchan

Channels for gRPC: custom transports
MIT License
204 stars 23 forks source link

add options to mirror protoc-gen-go for computing output paths #52

Closed jhump closed 3 years ago

jhump commented 3 years ago

This adds support for module and paths plugin arguments, mirroring these same arguments to protoc-gen-go. This allows protoc-gen-grpchan to compute the correct output paths, to match the output paths computed by protoc-gen-go, so that outputs get generated in the right place.

Fixes #51.