regen with never protoc-gen-go

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-03-22 08:42:38 +03:00
parent 585eff3652
commit d8871e07ee
11 changed files with 177 additions and 273 deletions

View File

@@ -1,7 +1,7 @@
syntax = "proto3";
package service;
option go_package="github.com/unistack-org/micro-broker-service;service";
option go_package="github.com/unistack-org/micro-broker-service/v3/proto;service";
service Broker {
rpc Publish(PublishRequest) returns (Empty) {};