Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
DataSource in charge of fetching the data from its source
func NewCsvReader ¶
func NewCsvReader() (DataSource, error)
type Factory ¶
type Factory interface {
NewReader() (DataSource, error)
}
func NewReaderFactory ¶
func NewReaderFactory() Factory
Click to show internal directories.
Click to hide internal directories.