From 8efcb39ada60dc1ec7362ccb979df2a9445525ea Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 06:00:03 -0700 Subject: feat: initial commit --- ObjID.proto | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ObjID.proto (limited to 'ObjID.proto') diff --git a/ObjID.proto b/ObjID.proto new file mode 100644 index 0000000..bc8aa7e --- /dev/null +++ b/ObjID.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 -- cgit v1.2.3