Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
MySQLDSN string `yaml:"mysql_dsn"`
PostgresDSN string `yaml:"postgres_dsn"`
Concurrency int `yaml:"concurrency"`
Tables []TableConfig `yaml:"tables"`
}
func LoadConfig ¶
type TableConfig ¶
Click to show internal directories.
Click to hide internal directories.