summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-10 09:12:08 -0500
committerJeff Carr <[email protected]>2025-03-10 09:12:08 -0500
commit5377a89d2c7d095ce7ec10282f3707183b2c16d1 (patch)
treedca1932cabb868ddb4993b15d53c37d7fa335f25 /patchset.proto
parentf7d6dfa6a736aae5b179efd2c980c541b6bc5ec5 (diff)
autogenpb gui code for patchsets
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.proto b/patchset.proto
index 1e46817..514e93e 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -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;