ttrpc: update examples after name change
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user