George Barnett e933e79e49 Bump minimum protobuf version to 1.19.0 (#1376) пре 3 година
..
Generated e933e79e49 Bump minimum protobuf version to 1.19.0 (#1376) пре 3 година
src 12e7553aaf Move generated interoperability test models to their own target. (#556) пре 6 година
README.md 12e7553aaf Move generated interoperability test models to their own target. (#556) пре 6 година
generate.sh 18624790ef Extend interoperability tests to use async provider (#1312) пре 4 година
unimplemented_call.patch 18624790ef Extend interoperability tests to use async provider (#1312) пре 4 година

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.