fileformat

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2016 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HCL = &config.FileFormat{
	Unmarshaller: hcl.Unmarshal,
	Extension:    "hcl",
}

HCL is FileFormat for hcl

View Source
var INI = &config.FileFormat{
	Unmarshaller: ini.Unmarshal,
	Extension:    "ini",
}

INI is FileFormat for ini

View Source
var JSON = &config.FileFormat{
	Unmarshaller: json.Unmarshal,
	Extension:    "json",
}

JSON is FileFormat for json

View Source
var TOML = &config.FileFormat{
	Unmarshaller: toml.Unmarshal,
	Extension:    "toml",
}

TOML is FileFormat for toml

View Source
var YAML = &config.FileFormat{
	Unmarshaller: yaml.Unmarshal,
	Extension:    "yaml",
}

YAML is a FileFormat for yaml

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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