package
1.0.5
Repository: https://github.com/cockroachdb/replicator.git
Documentation: pkg.go.dev

# Functions

ProvideConn is called by Wire to construct this package's logical.Dialect implementation.
ProvideEagerConfig is a hack to move up the evaluation of the user script so that the options callbacks can set any non-script-related CLI flags.
ProvideSchemaWatchConfig is called by Wire.
Start creates a MySQL/MariaDB logical replication loop using the provided configuration.

# Variables

Set is used by Wire.

# Structs

Config contains the configuration necessary for creating a replication connection.
MYLogical is a MySQL/MariaDB logical replication loop.

# Type aliases

Conn exports the package-internal type.
EagerConfig is a hack to get Wire to move userscript evaluation to the beginning of the injector.