csv

package
v0.0.0-...-382259f Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2021 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scanner

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

func NewScanner

func NewScanner(in io.ReadCloser) (*Scanner, error)

func (*Scanner) Close

func (rd *Scanner) Close() error

func (*Scanner) Scan

func (rd *Scanner) Scan(v interface{}) error

type Writer

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

func NewWriter

func NewWriter(wrc io.WriteCloser) *Writer

func (*Writer) AddRecord

func (wr *Writer) AddRecord(v interface{}) error

func (*Writer) Close

func (wr *Writer) Close() error

Jump to

Keyboard shortcuts

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