blob: 527567bce8f083da484f29a21a17f3d98dee9e9e [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001namespace y2014;
2
3// Published on "/"
4table HotGoal {
Austin Schuhb3375e02020-11-14 15:28:31 -08005 left_count:uint64 (id: 0);
6 right_count:uint64 (id: 1);
Alex Perrycb7da4b2019-08-28 19:35:56 -07007}
8
9root_type HotGoal;