autogenpb gui code for patchsets

This commit is contained in:
Jeff Carr 2025-03-10 09:12:08 -05:00
parent f7d6dfa6a7
commit 5377a89d2c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ message Patchset { // `autogenpb:mars
}
message Patchsets { // `autogenpb:marshal`
message Patchsets { // `autogenpb:marshal` `autogenpb:gui`
string uuid = 1; // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079`
string version = 2; // `autogenpb:version:v0.0.45`
repeated Patchset Patchsets = 3;