# Functions
NewBinlogEntry creates an empty, ready to go BinlogEntry object.
NewBinlogEntryAt creates an empty, ready to go BinlogEntry object.
# Structs
BinlogDMLEvent is a binary log rows (DML) event entry, with data.
BinlogEntry describes an entry in the binary log.
# Interfaces
BinlogReader is a general interface whose implementations can choose their methods of reading a binary log file and parsing it into binlog entries.