Documentation ¶
Overview ¶
Package conf supports a configuration file format used by gnatsd. It is a flexible format that combines the best of traditional configuration formats and newer styles such as JSON and YAML.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse will return a map of keys to interface{}, although concrete types underly them. The values supported are string, bool, int64, float64, DateTime. Arrays and nested Maps are also supported.
func ParseFileWithChecks ¶
ParseFileWithChecks is equivalent to ParseFile but runs in pedantic mode.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.