csv

package
v0.0.0-...-c5bcced Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(orb *orbit.Orbit) interface{}

Types

type Module

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

func (*Module) Read

func (this *Module) Read(r io.Reader) *Reader

func (*Module) Write

func (this *Module) Write(w io.Writer) *Writer

type Reader

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

func NewReader

func NewReader(orb *orbit.Orbit, rdr *csv.Reader) *Reader

func (*Reader) ReadAll

func (this *Reader) ReadAll() (rows [][]string)

func (*Reader) ReadRow

func (this *Reader) ReadRow() (row []string)

type Writer

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

func NewWriter

func NewWriter(orb *orbit.Orbit, wtr *csv.Writer) *Writer

func (*Writer) WriteAll

func (this *Writer) WriteAll(rows [][]string)

func (*Writer) WriteRow

func (this *Writer) WriteRow(row []string)

Jump to

Keyboard shortcuts

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