diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 20:44:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 20:44:45 -0600 |
| commit | 52bbf4c827b9eb10833ccbb020f7f102805aa27b (patch) | |
| tree | 5c54b72e4177f98fe170c01977af827a535f87aa | |
| parent | 6c5a8581257404b80e019e6f1ae4157994c06acc (diff) | |
minorv0.0.47
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | repo.proto | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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? |
