George Barnett 9639fe95bd Use the protoc build plugin in examples (#2171) 10 mesiacov pred
..
examples cf29048827 Make examples standalone packages (#2067) 1 rok pred
upstream cf29048827 Make examples standalone packages (#2067) 1 rok pred
README.md cf29048827 Make examples standalone packages (#2067) 1 rok pred
fetch.sh 07e38e9756 Migrate CI to use swiftlang / SwiftNIO common GitHub Actions. (#2105) 1 rok pred
generate.sh 9639fe95bd Use the protoc build plugin in examples (#2171) 10 mesiacov pred

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.