messages config_manager
This commit is contained in:
@@ -2,6 +2,7 @@ package config_manager
|
|||||||
|
|
||||||
type ConfigManager interface {
|
type ConfigManager interface {
|
||||||
GetGlobalConfig() *GlobalConfig
|
GetGlobalConfig() *GlobalConfig
|
||||||
GetCrawler(id string) *Config
|
GetCrawlerById(id string) *Config
|
||||||
|
GetCrawlers() map[string] *Config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user