driver

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVWriter

type CSVWriter struct {
	FileName  string
	Delimiter rune
	// contains filtered or unexported fields
}

func (*CSVWriter) Close

func (f *CSVWriter) Close() error

func (*CSVWriter) Init

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

func (*CSVWriter) Write

func (f *CSVWriter) Write(rec []interface{}) error

func (*CSVWriter) WriteAll

func (f *CSVWriter) WriteAll(rec [][]interface{}) error

type TXTWriter

type TXTWriter struct {
	FileName string
	// contains filtered or unexported fields
}

func (*TXTWriter) Close

func (f *TXTWriter) Close() error

func (*TXTWriter) Init

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

func (*TXTWriter) Write

func (f *TXTWriter) Write(rec []interface{}) error

func (*TXTWriter) WriteAll

func (f *TXTWriter) WriteAll(rec [][]interface{}) error

type XLSXWriter

type XLSXWriter struct {
	FileName string
	// contains filtered or unexported fields
}

func (*XLSXWriter) Close

func (f *XLSXWriter) Close() error

func (*XLSXWriter) Init

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

func (*XLSXWriter) Write

func (f *XLSXWriter) Write(rec []interface{}) error

func (*XLSXWriter) WriteAll

func (f *XLSXWriter) WriteAll(rec [][]interface{}) error

Jump to

Keyboard shortcuts

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