package config_manager type ConfigManager interface { GetGlobalConfig() *GlobalConfig GetCrawlerById(id string) *Config GetCrawlers() map[string] *Config }