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