Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataFormat ¶
type DataFormat string
const ( JSON DataFormat = "json" YAML DataFormat = "yaml" XML DataFormat = "xml" INI DataFormat = "ini" CNF DataFormat = "cnf" CFG DataFormat = "cfg" ENV DataFormat = "env" Properties DataFormat = "properties" Command DataFormat = "command" )
func FromPath ¶
func FromPath(path string) DataFormat
Click to show internal directories.
Click to hide internal directories.