Documentation
¶
Index ¶
- func MarshalDDLAsRedoLog(d *model.DDLEvent, b []byte) (o []byte, err error)
- func MarshalRedoLog(r *model.RedoLog, b []byte) (o []byte, err error)
- func MarshalRowAsRedoLog(r *model.RowChangedEvent, b []byte) (o []byte, err error)
- func UnmarshalRedoLog(bts []byte) (r *model.RedoLog, o []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalDDLAsRedoLog ¶
MarshalDDLAsRedoLog converts a DDLEvent into RedoLog, and then marshals it.
func MarshalRedoLog ¶
MarshalRedoLog marshals a RedoLog into bytes.
func MarshalRowAsRedoLog ¶
func MarshalRowAsRedoLog(r *model.RowChangedEvent, b []byte) (o []byte, err error)
MarshalRowAsRedoLog converts a RowChangedEvent into RedoLog, and then marshals it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.