Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { TableSQL string `toml:"table-sql" json:"table-sql"` IndexSQL string `toml:"index-sql" json:"index-sql"` LogLevel string `toml:"log-level" json:"log-level"` WorkerCount int `toml:"worker-count" json:"worker-count"` JobCount int `toml:"job-count" json:"job-count"` Batch int `toml:"batch" json:"batch"` DBCfg dbutil.DBConfig `toml:"db" json:"db"` }
Config is the configuration.
Click to show internal directories.
Click to hide internal directories.