interface function name has changed
This commit is contained in:
parent
86d7fdb334
commit
bef2035b30
|
@ -2,7 +2,6 @@ package config_manager
|
||||||
|
|
||||||
type ConfigManager interface {
|
type ConfigManager interface {
|
||||||
GetGlobalConfig() *GlobalConfig
|
GetGlobalConfig() *GlobalConfig
|
||||||
GetCrawlerById(id string) *Config
|
GetSensorById(id string) *Config
|
||||||
GetCrawlers() map[string] *Config
|
GetSensors() map[string]*Config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user