Versions in this module Expand all Collapse all v1 v1.0.2 Oct 27, 2024 v1.0.1 Sep 15, 2024 v1.0.0 Sep 15, 2024 Changes in this version + type CsvColumnsToPayload interface + ToPayload func() (P, error) + type CsvDataWithError struct + Error string + ErrorMessage string + Row string + Tag string + func CsvHandler[I CsvColumnsToPayload[P], P any](file *os.File) ([]P, []CsvDataWithError, error)