diff options
Diffstat (limited to 'patchset.proto')
| -rw-r--r-- | patchset.proto | 4 |
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; |
