summaryrefslogtreecommitdiff
path: root/placement.proto
diff options
context:
space:
mode:
Diffstat (limited to 'placement.proto')
-rw-r--r--placement.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/placement.proto b/placement.proto
index a28c819..34d0923 100644
--- a/placement.proto
+++ b/placement.proto
@@ -23,9 +23,9 @@ message Placement {
repeated string argv = 5; // argv. argv[0] should be the executable name
string namespace = 6; // namespace of the executable (go.wit.com/apps/forge)
}
-message Placements { // `autogenpb:marshal` `autogenpb:mutex`
+message Placements { // `autogenpb:marshal` `autogenpb:mutex` `autogenpb:sort`
string uuid = 1; // `autogenpb:uuid:31769bcb-5865-4926-b7d6-501083312eea`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Placement Placement = 3;
- string filename = 4; // used by the config save function
+ string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}