diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 18:14:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 18:14:49 -0600 |
| commit | b25d86f2773e2234b6dbc20299655c3f3c4ce13d (patch) | |
| tree | 924acbdb0472569f213d50c5b12fe6117fee3d8b | |
| parent | d40dc9113002a6077baf4e3035238151c6d0af4a (diff) | |
also need gui table support for this
| -rw-r--r-- | event.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event.proto b/event.proto index 473dcf2..303dddf 100644 --- a/event.proto +++ b/event.proto @@ -6,7 +6,7 @@ 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` +message Events { // `autogenpb:marshal` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:1e3a50c7-5916-4423-b33c-f0b977a7e446` string version = 2; // `autogenpb:version:v0.0.1` int64 event_size = 3; // max events to store in a single |
