George Barnett 8b5d7d9d1c Allow the gRPC module name to be customised when generating code (#945) hace 5 años
..
Generated 8b5d7d9d1c Allow the gRPC module name to be customised when generating code (#945) hace 5 años
src 12e7553aaf Move generated interoperability test models to their own target. (#556) hace 6 años
README.md 12e7553aaf Move generated interoperability test models to their own target. (#556) hace 6 años
generate.sh 50ccad2fbc Put the client connection behind a protocol (#727) hace 5 años

README.md

gRPC Interoperability Test Protos

This module contains the generated models for the gRPC interoperability tests and the script used to generate them.

The tests require that some methods and services are left unimplemented, this requires manual edits after code generation. These instructions are emitted to stdout at the end of the generate.sh script.

  • generate.sh: generates models from interoperability test protobufs.
  • src: source of protobufs.
  • Generated: output directory for generated models.