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) --- buddy_list_update_command.proto | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 buddy_list_update_command.proto (limited to 'buddy_list_update_command.proto') diff --git a/buddy_list_update_command.proto b/buddy_list_update_command.proto new file mode 100644 index 0000000..d422f55 --- /dev/null +++ b/buddy_list_update_command.proto @@ -0,0 +1,8 @@ +syntax = "proto3"; + +package whirl; + +message BuddyListUpdateCommand { + string buddy = 1; + int32 add = 2; +} -- cgit v1.2.3