ttrpc: update examples after name change

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-11-15 17:09:36 -08:00
parent f147d6ca77
commit bd8c759c72
5 changed files with 69 additions and 63 deletions

View File

@@ -1,13 +1,13 @@
syntax = "proto3";
package mgrpc.example.v1;
package ttrpc.example.v1;
import "google/protobuf/any.proto";
import "google/protobuf/empty.proto";
import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";
option go_package = "github.com/stevvooe/mgrpc/example;example";
option go_package = "github.com/stevvooe/ttrpc/example;example";
service Example {
rpc Method1(Method1Request) returns (Method1Response);