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) --- app_init_command.proto | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app_init_command.proto (limited to 'app_init_command.proto') diff --git a/app_init_command.proto b/app_init_command.proto new file mode 100644 index 0000000..d7feed5 --- /dev/null +++ b/app_init_command.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package whirl; + +import "network_property.proto"; + +message AppInitCommand { + repeated NetworkProperty property_list = 2; +} \ No newline at end of file -- cgit v1.2.3