Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnValueConfig ¶
type ColumnValueProcessor ¶
type ColumnValueProcessor struct { *core.BaseComponent // contains filtered or unexported fields }
func NewColumnValueProcessor ¶
func NewColumnValueProcessor() *ColumnValueProcessor
type DBTableNameCatcher ¶
type DBTableNameCatcher struct { *core.BaseComponent // contains filtered or unexported fields }
func NewDBTableNameCatcher ¶
func NewDBTableNameCatcher() *DBTableNameCatcher
type DBTableNameCatcherConfig ¶
type DBTableNameCatcherConfig struct { // if TableNamePattern and TableNameVariable both configured, we will use the sub match as table name // or only TableNameVariable configured, we will use table name of db event directly TableNamePattern string TableNameVariable string // if DBNamePattern and DBNameVariable both configured, we will use the sub match as db name // or only DBNameVariable configured, we will use db name of db event directly DBNamePattern string DBNameVariable string }
type ValueMapper ¶
type ValueMapper struct { *core.BaseComponent // contains filtered or unexported fields }
func NewValueMapper ¶
func NewValueMapper() *ValueMapper
Click to show internal directories.
Click to hide internal directories.