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

package whirl;

import "NetworkProperty.proto";

message AppInitCommand {
  repeated NetworkProperty property_list = 2;
}