summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 20:44:45 -0600
committerJeff Carr <[email protected]>2025-01-09 20:44:45 -0600
commit52bbf4c827b9eb10833ccbb020f7f102805aa27b (patch)
tree5c54b72e4177f98fe170c01977af827a535f87aa
parent6c5a8581257404b80e019e6f1ae4157994c06acc (diff)
minorv0.0.47
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--repo.proto6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo.proto b/repo.proto
index 19f62e1..82965b8 100644
--- a/repo.proto
+++ b/repo.proto
@@ -36,10 +36,10 @@ message Repo { // `autogenpb:marshal`
string state = 23; // status or state. useful for building tooling
}
-message Repos { // `autogenpb:marshal`
+message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:mutex`
string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673`
- string version = 2; // maybe can be used for protobuf schema change violations
- repeated Repo repos = 3;
+ string version = 2; // `autogenpb:version:2`
+ repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this
}
// should it be done this way?