Skip to content

Commit

Permalink
set router proto package name to go.micro.router
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 27, 2019
1 parent 7ca8f8f commit 7ca06f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions network/router/proto/router.proto
Original file line number Diff line number Diff line change
@@ -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) {};
Expand Down

0 comments on commit 7ca06f0

Please sign in to comment.