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