From eb78b1a9592d8bd1234beb18fe8141ef705d97ee Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 07:02:50 -0700 Subject: refactor: use snake case (style guide) --- redirect_command.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 redirect_command.proto (limited to 'redirect_command.proto') diff --git a/redirect_command.proto b/redirect_command.proto new file mode 100644 index 0000000..7c1ce16 --- /dev/null +++ b/redirect_command.proto @@ -0,0 +1,12 @@ +syntax = "proto3"; + +package whirl; + +message RedirectCommand { + int32 room_number = 1; + int32 ip_1 = 2; + int32 ip_2 = 3; + int32 ip_3 = 4; + int32 ip_4 = 5; + int32 port = 6; +} -- cgit v1.2.3