diff options
Diffstat (limited to 'portmap.proto')
| -rw-r--r-- | portmap.proto | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/portmap.proto b/portmap.proto index c798895..a1a6814 100644 --- a/portmap.proto +++ b/portmap.proto @@ -2,6 +2,17 @@ syntax = "proto3"; package gus; +message Event { + string hostname = 1; + string version = 2; +} + +message Events { + string uuid = 1; + string version = 2; + repeated Event events = 3; +} + message Portmap { int64 listen = 1; string connect = 2; |
