summaryrefslogtreecommitdiff
path: root/placement.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 09:19:08 -0500
committerJeff Carr <[email protected]>2025-10-22 09:19:08 -0500
commit8c9acde1073b1b17aae323f3808a843e8d593e7d (patch)
tree1cafb2754e336d69155ea7ba4b24b49849f7933b /placement.proto
parentce698610b7617bf44f3c639676511c4eb7590000 (diff)
step1
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()
}