summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 05:35:01 -0600
committerJeff Carr <[email protected]>2025-02-15 05:35:01 -0600
commit7900b1416e94feeadf133232e33f2938b672702f (patch)
treef7b71f4d0ae197325e155a06ff7735fd03c5cb58 /patchset.proto
parent5c84b9ab6642fd3394c83ffc97648750eaa625f7 (diff)
add IdentifyProtobuf()v0.0.78
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/patchset.proto b/patchset.proto
index 6f43da7..c4f99c6 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -4,6 +4,13 @@ package forgepb;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
+// this generic message is used by autogen to identify and
+// then dump the uuid and version from any arbitrary .pb file
+message Identify { // `autogenpb:marshal`
+ string uuid = 1; //
+ string version = 2; //
+}
+
message Patch {
string filename = 1; // `autogenpb:unique` `autogenpb:sort`
bytes data = 2; //