package config_manager
type ConfigManager interface {
GetGlobalConfig() *GlobalConfig
GetCrawler(id string) *Config
}