set router proto package name to go.micro.router
This commit is contained in:
parent
7ca8f8f0ab
commit
7ca06f0c1d
@ -1,5 +1,7 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
|
package go.micro.router;
|
||||||
|
|
||||||
// Router service is used by the proxy to lookup routes
|
// Router service is used by the proxy to lookup routes
|
||||||
service Router {
|
service Router {
|
||||||
rpc Watch(WatchRequest) returns (stream Event) {};
|
rpc Watch(WatchRequest) returns (stream Event) {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user