We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7907e commit 3c409cdCopy full SHA for 3c409cd
rpc/gen/core.proto
@@ -2,6 +2,8 @@ syntax = "proto3";
2
3
package pb;
4
5
+option go_package = "github.com/projecteru2/core/rpc/gen";
6
+
7
service CoreRPC {
8
rpc Info(Empty) returns (CoreInfo) {};
9
rpc WatchServiceStatus(Empty) returns (stream ServiceStatus) {};
0 commit comments