diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 03:37:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 03:37:37 -0500 |
| commit | 18796d1a47f8c119daaef2aaf0d6e61e70f10c13 (patch) | |
| tree | 6304416856a0c3b7f5f83762c0bddefcfe48f798 /patchset.proto | |
| parent | da9221ce3445ed0744cc80d357ba08b6618ed685 (diff) | |
http autogen funcs
Diffstat (limited to 'patchset.proto')
| -rw-r--r-- | patchset.proto | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/patchset.proto b/patchset.proto index b3dece4..bcf9519 100644 --- a/patchset.proto +++ b/patchset.proto @@ -4,7 +4,6 @@ syntax = "proto3"; package forgepb; -import "go.wit.com/lib/protobuf/httppb/httpRequest.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp // Forge doesn't need this kind of specificity @@ -64,7 +63,6 @@ message Patches { // `autogenpb:mars string uuid = 1; // `autogenpb:uuid:2679065e-c81d-4a00-aca4-03c158a834fb` string version = 2; // `autogenpb:version:v2.0.0` repeated Patch Patches = 3; - httppb.HttpRequest httpRequest = 4; // who connected // rename httpRequest? This might make sense in our case string Error = 5; // when passing these around, if there is an error, store it here } message Patchset { // `autogenpb:marshal` |
