George Barnett 0329ecc71b Remove v2 code from v1 (#2110) 1 yıl önce
..
examples aa033d6b3d Add scripts to fetch and generate protos (#1784) 1 yıl önce
tests 4bc22afb27 Add a service for testing (#1916) 1 yıl önce
upstream 7f11d31011 Initial set-up for the health checking service (#1960) 1 yıl önce
README.md aa033d6b3d Add scripts to fetch and generate protos (#1784) 1 yıl önce
fetch.sh 7f11d31011 Initial set-up for the health checking service (#1960) 1 yıl önce
generate.sh 0329ecc71b Remove v2 code from v1 (#2110) 1 yıl önce

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.