Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KafkaRoute ¶
type KafkaRoute struct { RouteMatchers DMLTargetTopic string }
func NewKafkaRoutes ¶
func NewKafkaRoutes(configData []map[string]interface{}) ([]*KafkaRoute, error)
type KafkaRouter ¶ added in v0.9.17
type KafkaRouter []*KafkaRoute
type MySQLRoute ¶
type MySQLRoute struct { RouteMatchers TargetSchema string TargetTable string }
func NewMySQLRoutes ¶
func NewMySQLRoutes(configData []map[string]interface{}) ([]*MySQLRoute, error)
type MySQLRouter ¶ added in v0.9.17
type MySQLRouter []*MySQLRoute
type RouteMatchers ¶
Click to show internal directories.
Click to hide internal directories.