Add List and Lookup implementation. Default error for not implement.

This commit is contained in:
Milos Gajdos
2019-07-26 12:43:17 +01:00
parent 22d0f1f08f
commit b6fb969ab9
3 changed files with 116 additions and 45 deletions

View File

@@ -91,6 +91,10 @@ message Event {
message Query {
// service to lookup
string service = 1;
// gateway to lookup
string gateway = 2;
// network to lookup
string network = 3;
}
// Route is a service route