summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.proto b/repo.proto
index 83c7206..76376c1 100644
--- a/repo.proto
+++ b/repo.proto
@@ -36,7 +36,7 @@ message Repo { // `autogenpb:marshal` `autogenpb:2nomutex`
string state = 23; // status or state. useful for building tooling
}
-message Repos { // `autogenpb:marshal` `autogenpb:sort`
+message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:2nomutex`
string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673`
string version = 2; // `autogenpb:version:2`
repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this