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