Documentation ¶ Index ¶ type FileCSV func NewFileCSV(path string) *FileCSV func (f *FileCSV) Close() error func (f *FileCSV) Open() error func (f *FileCSV) Path() string func (f *FileCSV) ReadAll() ([]map[string]string, error) func (f *FileCSV) ReadLine() (map[string]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FileCSV ¶ type FileCSV struct { // contains filtered or unexported fields } func NewFileCSV ¶ func NewFileCSV(path string) *FileCSV func (*FileCSV) Close ¶ func (f *FileCSV) Close() error func (*FileCSV) Open ¶ func (f *FileCSV) Open() error func (*FileCSV) Path ¶ func (f *FileCSV) Path() string func (*FileCSV) ReadAll ¶ func (f *FileCSV) ReadAll() ([]map[string]string, error) func (*FileCSV) ReadLine ¶ func (f *FileCSV) ReadLine() (map[string]string, error) Source Files ¶ View all Source files file_csv.go Click to show internal directories. Click to hide internal directories.