summaryrefslogtreecommitdiff
path: root/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'test.proto')
-rw-r--r--test.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.proto b/test.proto
new file mode 100644
index 0000000..8079240
--- /dev/null
+++ b/test.proto
@@ -0,0 +1,8 @@
+syntax = "proto3";
+package virtbuf;
+
+message Cluster {
+ int64 id = 1;
+ repeated string s = 2;
+ repeated int i = 3;
+}