summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 03:38:03 -0500
committerJeff Carr <[email protected]>2025-09-08 03:38:03 -0500
commitf9c8a37491c06825db17faa8d11e7413c342b40b (patch)
tree36373f2f021488f215fb57e0e72af9816e34b718 /repo.proto
parent6a99b7b099f88edda7e9a4156e3c25750fd4a80e (diff)
http autogen testing
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 1beea6c..18961d5 100644
--- a/repo.proto
+++ b/repo.proto
@@ -72,7 +72,7 @@ message Repo { // `autogenpb
string DevelHash = 27; // hash of the current devel branch
}
-message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex`
+message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http`
string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673`
string version = 2; // `autogenpb:version:v4`
repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this