diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 06:16:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 06:16:41 -0500 |
| commit | 8ab09243500576460a9e5b12cae0b997933d6577 (patch) | |
| tree | 07a8b5113c812f0cc31d301f2784ef9e48b92d90 /event.proto | |
| parent | 58e2a02c5bffdab2eac0da83c3810f1d808da7df (diff) | |
Diffstat (limited to 'event.proto')
| -rw-r--r-- | event.proto | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/event.proto b/event.proto index 169a069..6b17526 100644 --- a/event.proto +++ b/event.proto @@ -5,10 +5,10 @@ package gus; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp enum GusEventType { - Connect = 0; // a socket connect attempt - Disconnect = 1; // a socket closed - Enable = 2; // listening on a port was enabled - Disable = 3; // listening on a port was disabled + Connect = 0; // a socket connect attempt + Disconnect = 1; // a socket closed + Enable = 2; // listening on a port was enabled + Disable = 3; // listening on a port was disabled } message GusSocket { |
