kvbuilder

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2019 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
	Stdin io.Reader
	// contains filtered or unexported fields
}

Builder is a struct to build a key/value mapping based on a list of "k=v" pairs, where the value might come from stdin, a file, etc.

func (*Builder) Add

func (b *Builder) Add(args ...string) error

Add adds to the mapping with the given args.

func (*Builder) Map

func (b *Builder) Map() map[string]interface{}

Map returns the built map.

Jump to

Keyboard shortcuts

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