Skip to content

Commit 3c409cd

Browse files
committed
fix make grpc warning
1 parent 7e7907e commit 3c409cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rpc/gen/core.proto

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ syntax = "proto3";
22

33
package pb;
44

5+
option go_package = "github.com/projecteru2/core/rpc/gen";
6+
57
service CoreRPC {
68
rpc Info(Empty) returns (CoreInfo) {};
79
rpc WatchServiceStatus(Empty) returns (stream ServiceStatus) {};

0 commit comments

Comments
 (0)