Daniel Alm c6d41e46b1 Also run `swiftformat` on the code samples. il y a 8 ans
..
Protos 20e4a304cd Add Echo2 sample with a service definition split among multiple files. il y a 8 ans
Sources c6d41e46b1 Also run `swiftformat` on the code samples. il y a 8 ans
Makefile 9ca08f873a Make the extension for generated files be ".grpc.swift" il y a 8 ans
Package.swift 11086e936b Update Examples for 0.3.3 il y a 8 ans
README.md 20e4a304cd Add Echo2 sample with a service definition split among multiple files. il y a 8 ans
RUNME 20e4a304cd Add Echo2 sample with a service definition split among multiple files. il y a 8 ans
ssl.crt 2906a07f08 Fix Examples: remove CountDownLatch from Simple, add ssl.* to Echo2 il y a 8 ans
ssl.key 2906a07f08 Fix Examples: remove CountDownLatch from Simple, add ssl.* to Echo2 il y a 8 ans

README.md

Echo2

This directory contains a minor variation of the Echo sample that divides the echo.proto into two parts: one containing message definitions and one for service definitions.