diff options
| author | Jeff Carr <[email protected]> | 2025-01-13 08:13:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-13 08:13:01 -0600 |
| commit | 0b5caa03e5b2d1c0c3350896ed29b95bf95fe041 (patch) | |
| tree | 240e56af5bd1ef46b177d1809991939e64d3a839 /repo.proto | |
| parent | 25ab223c07152a41f74b37ff667f6fdd329b2fe6 (diff) | |
tinkering with the mutex / Marshal() problem
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
