Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringToPointer ¶
Types ¶
type ContentFileReader ¶
type ContentFileReader interface {
// contains filtered or unexported methods
}
func NewCsvFileReader ¶
func NewCsvFileReader(skipHeader bool) ContentFileReader
func NewJsonFileReader ¶
func NewJsonFileReader() ContentFileReader
type CsvFileReader ¶
type CsvFileReader struct {
// contains filtered or unexported fields
}
type JsonFileReader ¶
type JsonFileReader struct { }
Click to show internal directories.
Click to hide internal directories.