ttrpc/example
Stephen J Day 2a81659f49
ttrpc: remove use of typeurl
Rather than employ the typeurl package, we now generate code to
correctly allocate the incoming types from the caller. As a side-effect
of this activity, the services definitions have been split out into a
separate type that handles the full resolution and dispatch of the
method, incuding correctly mapping the RPC status.

This work is a pre-cursor to larger protocol change that will allow us
to handle multiple, concurrent requests.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-11-21 18:03:52 -08:00
..
doc.go mgrpc: baseline protobuf example 2017-11-14 12:02:25 -08:00
example.pb.go ttrpc: remove use of typeurl 2017-11-21 18:03:52 -08:00
example.proto ttrpc: remove unused imports 2017-11-15 17:28:18 -08:00