exporters

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCsvExporter

func NewCsvExporter(path string, mapper mappers.Mapper) csvExporter

func NewJsonExporter

func NewJsonExporter(path string) jsonExporter

func NewTsvExporter

func NewTsvExporter(path string, mapper mappers.Mapper) tsvExporter

Types

type Exporter

type Exporter interface {
	Import() []databases.Record
	Export([]databases.Record)
}

func GetExporter

func GetExporter(exporter, path, browser string) (Exporter, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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