From bcc97a550a70305f9182b452ef650789c2fa2b45 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 02:51:45 -0500 Subject: is this how to support multiple droplets? Signed-off-by: Jeff Carr --- cluster.proto | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cluster.proto (limited to 'cluster.proto') diff --git a/cluster.proto b/cluster.proto new file mode 100644 index 0000000..d50af52 --- /dev/null +++ b/cluster.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; +package virtbuf; + +import "droplet.proto"; + +message Cluster { + int64 id = 1; + repeated Droplet droplets = 2; +} -- cgit v1.2.3