interface function name has changed

This commit is contained in:
insanity@loafle.com 2017-04-28 11:21:48 +09:00
parent 86d7fdb334
commit bef2035b30

View File

@ -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
}