package probe type SensorConfigService interface { AddConfig(tempFilePath string) error RemoveConfig(sensorConfigID string) error }