messages config_manager
This commit is contained in:
parent
0aaf2ccf7a
commit
db297a817b
|
@ -1,7 +1,7 @@
|
|||
package config_manager
|
||||
|
||||
type ConfigManager interface {
|
||||
GetGlobalConfig() GlobalConfig
|
||||
GetCrawler(id string) Config
|
||||
GetGlobalConfig() *GlobalConfig
|
||||
GetCrawler(id string) *Config
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user