summaryrefslogtreecommitdiff
path: root/test.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 04:52:14 -0500
committerJeff Carr <[email protected]>2024-10-31 04:52:14 -0500
commit67cb013c830db0da9918a125e2e4373993445939 (patch)
tree5b7551808389da33bc303afea52266e1bfdf07a5 /test.proto
parent96f29d6f3b696347dea1c22a0f3bda834a136d32 (diff)
add time duration to cluster
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'test.proto')
-rw-r--r--test.proto8
1 files changed, 0 insertions, 8 deletions
diff --git a/test.proto b/test.proto
deleted file mode 100644
index 8079240..0000000
--- a/test.proto
+++ /dev/null
@@ -1,8 +0,0 @@
-syntax = "proto3";
-package virtbuf;
-
-message Cluster {
- int64 id = 1;
- repeated string s = 2;
- repeated int i = 3;
-}