summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/droplet.proto b/droplet.proto
index 9dbba2c..60af988 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -4,7 +4,9 @@ package virtbuf;
import "google/protobuf/any.proto";
message Droplets {
- repeated Droplet droplets = 1;
+ string uuid = 1; // I guess why not just have this on each file
+ string version = 2; // maybe can be used for protobuf schema change violations
+ repeated Droplet droplets = 3;
}
message Droplet {