export

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

TODO:

> Write unit tests
> Document symbols

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exporter

type Exporter interface {
	Export(variable *config.Variable) error
	ExportList(variables []*config.Variable) error
}

func New

func New(format string, writer io.Writer) (Exporter, error)

type Factory

type Factory func(format string) (Exporter, error)

func NewFactory

func NewFactory(writer io.Writer) Factory

Jump to

Keyboard shortcuts

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