parser

package
v0.0.0-...-5c5f30a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CsvFileParser

type CsvFileParser struct {
	// contains filtered or unexported fields
}

func (*CsvFileParser) GetCsvDataMap

func (fp *CsvFileParser) GetCsvDataMap() []map[string]interface{}

func (CsvFileParser) New

func (fp CsvFileParser) New(path string, fileName string) *CsvFileParser

func (*CsvFileParser) Parse

func (fp *CsvFileParser) Parse() ([]map[string]interface{}, error)

type FileHandler

type FileHandler interface {
	Parse() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL