Searched refs:mapperFn (Results 1 – 1 of 1) sorted by relevance
11 type mapperFn func([]string) (interface{}, error) type13 func CSVFileToEntities(csvFile string, mapper mapperFn) ([]interface{}, error) { argument