aboutsummaryrefslogtreecommitdiff
path: root/obj_id.proto
diff options
context:
space:
mode:
Diffstat (limited to 'obj_id.proto')
-rw-r--r--obj_id.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/obj_id.proto b/obj_id.proto
new file mode 100644
index 0000000..bc8aa7e
--- /dev/null
+++ b/obj_id.proto
@@ -0,0 +1,8 @@
+syntax = "proto3";
+
+package whirl;
+
+message ObjID {
+ int32 short_object_id = 1;
+ string long_object_id = 2;
+} \ No newline at end of file