Documentation ¶
Index ¶
- Constants
- func NewCRDBSource(ctx context.Context, settings Settings, conn *dbconn.PGConn) (*crdbSource, error)
- func NewMySQLSource(ctx context.Context, settings Settings, conn *dbconn.MySQLConn) (*mysqlSource, error)
- func NewPGSource(ctx context.Context, settings Settings, conn *dbconn.PGConn) (*pgSource, error)
- type PGReplicationSlotSettings
- type Settings
- type Source
- type SourceConn
Constants ¶
View Source
const GTIDHelpInstructions = `please ensure that you have GTID-based replication enabled`
Variables ¶
This section is empty.
Functions ¶
func NewCRDBSource ¶
func NewMySQLSource ¶
Types ¶
type Settings ¶
type Settings struct { RowBatchSize int PG PGReplicationSlotSettings }
type Source ¶
type SourceConn ¶
Click to show internal directories.
Click to hide internal directories.