aboutsummaryrefslogtreecommitdiff
path: root/commands/app_init_command.proto
blob: d7feed5f6b94ed60c7126ccf22dc18852ab80ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package whirl;

import "network_property.proto";

message AppInitCommand {
  repeated NetworkProperty property_list = 2;
}