Duplicate creates and returns a new binlog entry, with some of the attributes pre-assigned
()
| 80 | |
| 81 | // Duplicate creates and returns a new binlog entry, with some of the attributes pre-assigned |
| 82 | func (b *DataEntry) String() string { |
| 83 | return fmt.Sprintf("[BinlogEntry at %+v]", b.Coordinates) |
| 84 | } |
| 85 | |
| 86 | const ( |
| 87 | NotDML int8 = iota |
no outgoing calls
no test coverage detected