From f98179971e574de202c582576e59a8e3da68530f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 4 Dec 2024 15:36:49 -0600 Subject: this .proto might allow generic marshal recovery --- uuid.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 uuid.proto (limited to 'uuid.proto') diff --git a/uuid.proto b/uuid.proto new file mode 100644 index 0000000..e58ca12 --- /dev/null +++ b/uuid.proto @@ -0,0 +1,10 @@ +syntax = "proto3"; + +// experiment to identify .pb files incase things go sideways +package forgepb; + +// autogenpb:no-sort +message UuidConfigs { // `autogenpb:marshal` + string uuid = 1; // could be useful for /usr/share/file/magic someday? + string version = 2; // could be used for protobuf schema change violations? +} -- cgit v1.2.3