From 8f3953159a9c30f5fea1e8e5046026291e2f2958 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:24:01 -0600 Subject: autogenpb now configured in .proto files --- droplet.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'droplet.proto') 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 -- cgit v1.2.3