package
1.1.7
Repository: https://github.com/github/gh-ost.git
Documentation: pkg.go.dev

# Functions

NewBinlogEntry creates an empty, ready to go BinlogEntry object.
NewBinlogEntryAt creates an empty, ready to go BinlogEntry object.

# Constants

# 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.

# Type aliases