csvtable

package
v0.0.0-...-c429a28 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(dir string) error

Types

type CSVTable

type CSVTable interface {
	GetItems() interface{}
	GetItem(key interface{}) (interface{}, bool)
}

func AddTable

func AddTable(name string, item Item) CSVTable

type Item

type Item interface {
	Key() interface{}
}

Jump to

Keyboard shortcuts

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