From 8c9acde1073b1b17aae323f3808a843e8d593e7d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 22 Oct 2025 09:19:08 -0500 Subject: step1 --- placement.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'placement.proto') 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() } -- cgit v1.2.3