ing
This commit is contained in:
parent
e7a2c3714e
commit
8f21eb7ae8
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user