update after protoc-gen-micro changes

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-27 13:51:39 +03:00
parent c5fb53c0f1
commit 267b29b658
28 changed files with 394 additions and 517 deletions

View File

@@ -1,7 +1,7 @@
syntax = "proto3";
package helloworld;
option go_package = ".;helloworld";
option go_package = "github.com/unistack-org/micro-tests/client/grpc/proto;helloworld";
service Test {
rpc Call(Request) returns (Response) {};