mgrpc: baseline protobuf example

Set the stage for the example server by including a service definition,
generated code and the protobuild definition file used to generate them.
From here, we can work up to a generated mgrpc server.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-11-14 12:02:25 -08:00
parent 96ea8b3be5
commit eb6cfbbf53
5 changed files with 788 additions and 0 deletions

2
example/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package example demonstrates a lightweight protobuf service.
package example