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.
Click to show internal directories.
Click to hide internal directories.