bulkreader

package
v0.0.25 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BulkReader

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

func New

func New(r Reader) *BulkReader

func (*BulkReader) ReadBulk

func (r *BulkReader) ReadBulk(amount int) ([][]string, error)

type Reader

type Reader interface {
	Read() (record []string, err error)
}

Jump to

Keyboard shortcuts

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