Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // YAMLMatcher matches yaml. YAMLMatcher = loading.YAMLMatcher // YAMLToJSON converts YAML unmarshaled data into json compatible data. YAMLToJSON = yamlutils.YAMLToJSON // BytesToYAMLDoc converts raw bytes to a map[string]interface{}. BytesToYAMLDoc = yamlutils.BytesToYAMLDoc // YAMLDoc loads a yaml document from either http or a file and converts it to json. YAMLDoc = loading.YAMLDoc // YAMLData loads a yaml document from either http or a file. YAMLData = loading.YAMLData )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.