diff options
| author | Jeff Carr <[email protected]> | 2025-09-07 19:16:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-07 21:41:24 -0500 |
| commit | 4b78407d3f06b82e7a6f34911fa5b45b833cfeea (patch) | |
| tree | a0c7e80b9867b9ece43948a889241bff86a60c00 /httpRequest.proto | |
| parent | e5cd37ef21e8e573a7d3ff6cf84c250f7cd049ea (diff) | |
store the errors
Diffstat (limited to 'httpRequest.proto')
| -rw-r--r-- | httpRequest.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httpRequest.proto b/httpRequest.proto index 0a1a1f5..cc49b87 100644 --- a/httpRequest.proto +++ b/httpRequest.proto @@ -18,6 +18,7 @@ message HttpRequest { // HttpRequest repres bytes body = 9; // The request body as raw bytes. string namespace = 10; // When the body is a pb (always!). This is the pb namespace ("go.wit.com/lib/protobuf/virtpb") google.protobuf.Timestamp ctime = 11; // create time of the patch + repeated string errors = 12; // When the body is a pb (always!). This is the pb namespace ("go.wit.com/lib/protobuf/virtpb") } message HttpRequests { // `autogenpb:marshal` `autogenpb:mutex` |
