module_mappings.pbascii 338 B

123456789101112
  1. mapping {
  2. module_name: "ModuleA"
  3. proto_file_path: "Sources/ModuleA/a.proto"
  4. }
  5. mapping {
  6. module_name: "ImportsAPublicly"
  7. proto_file_path: "Sources/ImportsAPublicly/imports_a_publicly.proto"
  8. }
  9. mapping {
  10. module_name: "ImportsImportsAPublicly"
  11. proto_file_path: "Sources/ImportsImportsAPublicly/imports_imports_a_publicly.proto"
  12. }