Documentation
¶
Overview ¶
Package check provides various configuration and health checks that can be run for move operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Resources ¶
type Resources struct {
SourceDB *sql.DB
SourceConfig *mysql.Config
Targets []applier.Target
SourceTables []*table.TableInfo
CreateSentinel bool
// For PreRun checks (before DB connections established)
SourceDSN string
TargetDSN string
}
Resources contains the resources needed for move checks
Click to show internal directories.
Click to hide internal directories.