summaryrefslogtreecommitdiff
path: root/uuid.proto
diff options
context:
space:
mode:
Diffstat (limited to 'uuid.proto')
-rw-r--r--uuid.proto10
1 files changed, 10 insertions, 0 deletions
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?
+}