Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvColumnsToPayload ¶
type CsvDataWithError ¶
type CsvDataWithError struct {
ErrorMessage string `json:"error_message"`
Error string `json:"error"`
Tag string `json:"tag"`
Row string `json:"row"`
}
func CsvHandler ¶
func CsvHandler[I CsvColumnsToPayload[P], P any](file *os.File) ([]P, []CsvDataWithError, error)
Click to show internal directories.
Click to hide internal directories.