package config_manager type ConfigManager interface { GetGlobalConfig() *GlobalConfig GetSensorById(id string) *Config GetSensors() map[string]*Config }