George Barnett 0a7f75fade Add service and method config (#1788) 1 سال پیش
..
examples aa033d6b3d Add scripts to fetch and generate protos (#1784) 1 سال پیش
tests aa033d6b3d Add scripts to fetch and generate protos (#1784) 1 سال پیش
upstream aa033d6b3d Add scripts to fetch and generate protos (#1784) 1 سال پیش
README.md aa033d6b3d Add scripts to fetch and generate protos (#1784) 1 سال پیش
fetch.sh aa033d6b3d Add scripts to fetch and generate protos (#1784) 1 سال پیش
generate.sh 0a7f75fade Add service and method config (#1788) 1 سال پیش

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.