Add support for writing Flatbuffers

Need to figure out stream parsing yet
This commit is contained in:
2019-08-31 17:58:44 -04:00
parent b333fd3810
commit 373bc22684
5 changed files with 140 additions and 15 deletions

View File

@ -22,7 +22,7 @@ table LevelUpdate {
}
table Message {
ts_nanos:uint64;
ts_nanos:int64;
symbol:string;
body:MessageBody;
}