summaryrefslogtreecommitdiff
path: root/test.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-30 18:10:40 -0500
committerJeff Carr <[email protected]>2024-10-30 18:10:40 -0500
commit18053caca8605895c0e6e2f8555c1ffa642a076a (patch)
treee8ae67fce227621973c5137b6b59cbdd21589def /test.proto
parent9608bb680f4679d16985f34d227f1bcf8a0d6c87 (diff)
events are in cluster.E
Signed-off-by: Jeff Carr <[email protected]>
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;
+}