-
- Downloads
Adding the ability to specify a service namespace on protoc's command line.
Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ... This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally.
Showing
- src/compiler/cpp_generator.cc 71 additions, 51 deletionssrc/compiler/cpp_generator.cc
- src/compiler/cpp_generator.h 13 additions, 4 deletionssrc/compiler/cpp_generator.h
- src/compiler/cpp_plugin.cc 21 additions, 4 deletionssrc/compiler/cpp_plugin.cc
- src/compiler/generator_helpers.h 20 additions, 0 deletionssrc/compiler/generator_helpers.h
Loading
Please register or sign in to comment