1 2 3 4 5 6 7 8 9
syntax = "proto3"; package virtbuf; import "droplet.proto"; message Cluster { int64 id = 1; repeated Droplet droplets = 2; }