diff options
Diffstat (limited to 'droplet.proto')
| -rw-r--r-- | droplet.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/droplet.proto b/droplet.proto index 42eeec5..f483f7d 100644 --- a/droplet.proto +++ b/droplet.proto @@ -4,6 +4,8 @@ package virtbuf; import "google/protobuf/duration.proto"; // Import the well-known type for Timestamp import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp +// global settings for autogenpb `autogenpb:mutex` + message Droplets { // `autogenpb:marshal` 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 |
