Last active
February 8, 2019 00:26
-
-
Save Frando/6838a7140e6755f008a9607ca08003f9 to your computer and use it in GitHub Desktop.
"hyperclock" schema proposal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message Entry { | |
message Feed { | |
required bytes key = 1; | |
} | |
message Feeds { | |
repeated Feed feeds = 1; | |
optional Feed contentFeed = 2; | |
} | |
repeated uint64 clock = 1; | |
optional uint64 feeds_seq = 2; | |
optional Feeds feeds = 3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment