Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RawMessage ¶
type RawMessage struct { Table string Topic string Partition int32 SeqNo int64 WriteTime time.Time Data []byte }
func GetRawMessage ¶
func GetRawMessage(ci abstract.ChangeItem) (RawMessage, error)
Click to show internal directories.
Click to hide internal directories.