csv

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorTargetNotPtr = errors.New("target must not be a pointer")
	ErrorTargetPtr    = errors.New("target must be a pointer")
	ErrorTargetSlice  = errors.New("target must be a slice")
)

Functions

This section is empty.

Types

type Manager

type Manager interface {
	Fields(fields ...string) Manager
	Separator(s rune) Manager
	Read(b []byte) (int, error)
	Marshal(data any) ([]byte, error)
	Unmarshal(b []byte, target any) error

	MustRead(b []byte) int
	MustMarshal(data any) []byte
	MustUnmarshal(b []byte, target any)
}

func New

func New() Manager

Jump to

Keyboard shortcuts

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