uri

package
v1.29.0 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MaxCapacityForEachLine = bufio.MaxScanTokenSize

Functions

This section is empty.

Types

type CSVRecords added in v1.27.0

type CSVRecords Records[[]string]

func ReadCsv added in v1.18.0

func ReadCsv(uri string, sep rune, comment rune, fieldsPerRecord int, trimLeadingSpaces bool) (CSVRecords, error)

type EntryRecords added in v1.27.0

type EntryRecords Records[model.Entry]

func Read

func Read(uri string) (EntryRecords, error)

type Records added in v1.27.0

type Records[T model.Entry | []string] interface {
	Len() int
	Get(idx int) T
	Collect() []T
}

Jump to

Keyboard shortcuts

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