summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 04:03:30 -0500
committerJeff Carr <[email protected]>2025-09-08 04:03:30 -0500
commit556c549265dccae13399b59bb5f53111517c22c2 (patch)
tree9dd50f3b88d96cc34f82063390d85063686ce6e5 /patchset.proto
parent18796d1a47f8c119daaef2aaf0d6e61e70f10c13 (diff)
autogen some http functions
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/patchset.proto b/patchset.proto
index bcf9519..6e759be 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -59,7 +59,7 @@ message Patch {
}
// this is a "PATCH: [1/x]" series
-message Patches { // `autogenpb:marshal` `autogenpb:gui:Patch`
+message Patches { // `autogenpb:marshal` `autogenpb:gui:Patch` `autogenpb:http`
string uuid = 1; // `autogenpb:uuid:2679065e-c81d-4a00-aca4-03c158a834fb`
string version = 2; // `autogenpb:version:v2.0.0`
repeated Patch Patches = 3;
@@ -82,7 +82,7 @@ message Patchset { // `autogenpb:mars
string hostname = 14; //
}
-message Patchsets { // `autogenpb:marshal` `autogenpb:gui` `autogenpb:nomutex`
+message Patchsets { // `autogenpb:marshal` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http`
string uuid = 1; // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079`
string version = 2; // `autogenpb:version:v0.0.45`
repeated Patchset Patchsets = 3;