set router proto package name to go.micro.router

This commit is contained in:
Asim Aslam 2019-07-26 18:07:14 -07:00
parent 7ca8f8f0ab
commit 7ca06f0c1d

View File

@ -1,5 +1,7 @@
syntax = "proto3";
package go.micro.router;
// Router service is used by the proxy to lookup routes
service Router {
rpc Watch(WatchRequest) returns (stream Event) {};