From 67cb013c830db0da9918a125e2e4373993445939 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 31 Oct 2024 04:52:14 -0500 Subject: add time duration to cluster Signed-off-by: Jeff Carr --- test.proto | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test.proto (limited to 'test.proto') 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; -} -- cgit v1.2.3