diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 03:38:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 03:38:03 -0500 |
| commit | f9c8a37491c06825db17faa8d11e7413c342b40b (patch) | |
| tree | 36373f2f021488f215fb57e0e72af9816e34b718 /repo.proto | |
| parent | 6a99b7b099f88edda7e9a4156e3c25750fd4a80e (diff) | |
http autogen testing
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
