diff --git a/network/router/proto/router.proto b/network/router/proto/router.proto index cf775908..eaa19b0e 100644 --- a/network/router/proto/router.proto +++ b/network/router/proto/router.proto @@ -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) {};