Kristopher Wuollett 8a70336d12 Remove the gRPC Authors copyright header from generated swift files (#1612) há 2 anos atrás
..
Generated 8a70336d12 Remove the gRPC Authors copyright header from generated swift files (#1612) há 2 anos atrás
src 12e7553aaf Move generated interoperability test models to their own target. (#556) há 6 anos atrás
README.md 12e7553aaf Move generated interoperability test models to their own target. (#556) há 6 anos atrás
generate.sh 6b1dc82aef Always generate async code (#1384) há 3 anos atrás
unimplemented_call.patch 18624790ef Extend interoperability tests to use async provider (#1312) há 4 anos atrás

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.