Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryParams ¶
QueryParams is the structure that contains all parameters read from a CSV and used to make a query to the database
func ReadFromCSV ¶
func ReadFromCSV(reader io.Reader) ([]QueryParams, error)
ReadFromCSV tries to read all the parameters from a CSV and returns them in a list (otherwise an error) if there are errors parsing the file, it will print them to stdout. TODO limit the amount of errors to some sane amount
Click to show internal directories.
Click to hide internal directories.