This commit is contained in:
crusader 2018-03-27 21:39:29 +09:00
parent e7a2c3714e
commit 8f21eb7ae8

View File

@ -34,7 +34,7 @@ func (scs *SensorConfigService) Stop(ctx context.Context) error {
return nil
}
func (scs *SensorConfigService) Init(sensorConfigs []*sensorConfigM.SensorConfig) error {
func (scs *SensorConfigService) InitConfig(sensorConfigs []*sensorConfigM.SensorConfig) error {
if nil == sensorConfigs || 0 == len(sensorConfigs) {
return nil
}