driver

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVParser

type CSVParser struct {
	FileName  string
	Delimiter rune
}

func (*CSVParser) Init

func (f *CSVParser) Init(options data.FileOptions) error

func (*CSVParser) Read

func (f *CSVParser) Read() (<-chan []string, <-chan error)

type TXTParser

type TXTParser struct {
	FileName string
}

func (*TXTParser) Init

func (f *TXTParser) Init(options data.FileOptions) error

func (*TXTParser) Read

func (f *TXTParser) Read() (<-chan []string, <-chan error)

type XLSXParser

type XLSXParser struct {
	FileName string
	SheetNum int
}

func (*XLSXParser) Init

func (f *XLSXParser) Init(options data.FileOptions) error

func (*XLSXParser) Read

func (f *XLSXParser) Read() (<-chan []string, <-chan error)

Jump to

Keyboard shortcuts

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