# Functions
NewLoader creates a new Loader.
NewWorker returns a Worker.
RegisterMetrics registers metrics.
SQLReplace works like strings.Replace but only supports one replacement.
# Structs
DBConn represents a live DB connection it's not thread-safe.
Loader can load your mydumper data into TiDB database.
RemoteCheckPoint implements CheckPoint by saving status in remote database system, mostly in TiDB.
Worker represents a worker.
# Interfaces
CheckPoint represents checkpoint status.
# Type aliases
DataFiles represent all data files for a single table.
FilePosSet represents a set in mathematics.
Tables2DataFiles represent all data files of a table collection as a map.