summaryrefslogtreecommitdiff
path: root/event.proto
diff options
context:
space:
mode:
Diffstat (limited to 'event.proto')
-rw-r--r--event.proto2
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