diff options
Diffstat (limited to 'event.proto')
| -rw-r--r-- | event.proto | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/event.proto b/event.proto index 084d665..1c9d2a5 100644 --- a/event.proto +++ b/event.proto @@ -10,8 +10,9 @@ import "droplet.proto"; 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 eventSize = 3; // max events to store in a single - repeated Event events = 4; // all the events + repeated Event events = 3; // all the events + string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() + int64 eventSize = 5; // max events to store in a single } // this information leans towards being human readable not programatic |
