package
6.7.0-alpha+incompatible
Repository: https://github.com/pingcap/tiflow.git
Documentation: pkg.go.dev
# Functions
DecodeCRTs decodes CRTs from the given key.
DecodeKey decodes a key to uniqueID, tableID, startTs, CRTs.
EncodeKey encodes a key according to event.
EncodeTsKey encodes uniqueID, tableID, CRTs and StartTs.
# Structs
MsgPackGenSerde encodes model.PolymorphicEvent into bytes and decodes model.PolymorphicEvent from bytes.
# Interfaces
SerializerDeserializer is the interface encodes and decodes model.PolymorphicEvent.