George Barnett e3069431c4 Move to grpc-swift-2 (#112) há 6 meses atrás
..
tests 2978160f7c Add integration tests (#3) há 1 ano atrás
upstream 2978160f7c Add integration tests (#3) há 1 ano atrás
README.md 2978160f7c Add integration tests (#3) há 1 ano atrás
fetch.sh f9cb377100 Migrate to common GitHub Actions (#21) há 1 ano atrás
generate.sh e3069431c4 Move to grpc-swift-2 (#112) há 6 meses atrás

README.md

Protos

This directory contains proto messages used by gRPC Swift. These are split across different directories:

  • upstream contains .proto files pulled from upstream sources. You can update them using fetch.sh. Note that doing so will replace upstream in its entirety.
  • examples contains .proto files used in common examples.
  • tests contains .proto files used in tests.

You can run generate.sh to re-generate all files generated using protoc with the Swift and gRPC Swift plugins.