icsv

package
v0.37.0 Latest Latest
Warning

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

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

Documentation

Overview

Package icsv defines an interface for things that can export as CSV.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Marshaler

type Marshaler interface {
	// MarshalCSV produces CSV.
	MarshalCSV() ([]byte, error)
}

Marshaler is an interface for items that can convert to CSV.

Jump to

Keyboard shortcuts

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