package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

NewCanal creates a new canal object to start reading the MySQL binary log.
WithDB allows to set your own DB connection.
WithMySQL adds the database/sql.DB driver including a ping to the database from the provided DSN.

# Constants

Configuration paths for config.Service.
Configuration paths for config.Service.
Configuration paths for config.Service.
Configuration paths for config.Service.
Configuration paths for config.Service.
Configuration paths for config.Service.
Configuration paths for config.Service.
Action constants to figure out the type of an event.
Action constants to figure out the type of an event.
Use flavor for different MySQL versions,.
Use flavor for different MySQL versions,.
Action constants to figure out the type of an event.

# Structs

Canal can sync your MySQL data.
Options provides multiple options for NewCanal.

# Interfaces

RowsEventHandler calls your code when an event gets dispatched.

# Type aliases

DBConFactory creates a new database connection.