diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 22:24:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 22:24:01 -0600 |
| commit | 8f3953159a9c30f5fea1e8e5046026291e2f2958 (patch) | |
| tree | af64e4a0079db08716671d4a22e72b244adec2ed /event.proto | |
| parent | aeac6b5af782c36279fc0f0f83e6120ec28bfd27 (diff) | |
autogenpb now configured in .proto filesv0.2.12
Diffstat (limited to 'event.proto')
| -rw-r--r-- | event.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/event.proto b/event.proto index 8e098b5..421565b 100644 --- a/event.proto +++ b/event.proto @@ -4,6 +4,8 @@ package virtbuf; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp import "google/protobuf/any.proto"; // Import the well-known type for Timestamp +// global settings for autogenpb `autogenpb:no-sort` `autogenpb:mutex` + message Events { // `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 |
