Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataConverter ¶
type DataConverter interface {
Import(importJSONPath string, pseudoIntensityRangesPath string, datasetID string, jobLog logger.ILogger) (*dataConvertModels.OutputData, string, error)
}
type SelectDataConverterFunc ¶
type SelectDataConverterFunc func(fileaccess.FileAccess, fileaccess.FileAccess, string, string, logger.ILogger) (DataConverter, error)
Click to show internal directories.
Click to hide internal directories.