diff options
Diffstat (limited to 'app_init_command.proto')
| -rw-r--r-- | app_init_command.proto | 9 |
1 files changed, 9 insertions, 0 deletions
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 |