summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/droplet.proto b/droplet.proto
index c1cdf3d..1c1a3b6 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -3,6 +3,10 @@ package virtbuf;
import "google/protobuf/any.proto";
+message Droplets {
+ repeated Droplet droplets = 1;
+}
+
message Droplet {
string uuid = 1;
string name = 2;