Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertQueryEventToMessage ¶
func ConvertQueryEventToMessage(binlogEventHeader replication.EventHeader, binlogEvent replication.QueryEvent) messages.Message
func ConvertRowsEventsToMessages ¶
func ConvertRowsEventsToMessages(xId uint64, rowsEventsData []RowsEventData) []messages.Message
Types ¶
type RowsEventData ¶
type RowsEventData struct { BinlogEventHeader replication.EventHeader BinlogEvent replication.RowsEvent TableMetadata database.TableMetadata }
func NewRowsEventData ¶
func NewRowsEventData(binlogEventHeader replication.EventHeader, binlogEvent replication.RowsEvent, tableMetadata database.TableMetadata) RowsEventData
Click to show internal directories.
Click to hide internal directories.