summaryrefslogtreecommitdiff
path: root/uuid.proto
diff options
context:
space:
mode:
Diffstat (limited to 'uuid.proto')
-rw-r--r--uuid.proto16
1 files changed, 0 insertions, 16 deletions
diff --git a/uuid.proto b/uuid.proto
deleted file mode 100644
index 64e4dfe..0000000
--- a/uuid.proto
+++ /dev/null
@@ -1,16 +0,0 @@
-syntax = "proto3";
-
-// experiment to identify .pb files incase things go sideways
-package forgepb;
-
-// autogenpb:no-sort
-message Uuid { // `autogenpb:marshal`
- string name = 1;
-}
-
-// autogenpb:no-sort
-message Uuids {
- string uuid = 1; // `autogenpb:uuid`
- string version = 2; // `autogenpb:version`
- repeated Uuid Uuids = 3;
-}