summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto2
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`