MCPcopy Create free account
hub / github.com/actiontech/dtle / NewBinlogEntry

Function NewBinlogEntry

driver/common/binlog.go:54–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func NewBinlogEntry() *DataEntry {
55 binlogEntry := &DataEntry{
56 Events: make([]DataEvent, 0),
57 }
58 return binlogEntry
59}
60
61func (b *DataEntry) HasDDL() bool {
62 for i := range b.Events {

Callers 3

handleSQLsMethod · 0.92
handleEventMethod · 0.92
handleRowsEventMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected