Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatJsonDataOrError ¶
func FormatPrettyJson ¶
func YamlToString ¶
func YamlToString(data interface{}) string
Converts YAML structure to string. Can be used for error formating. Ex.: fmt.Errorf("expected map at key 'global', got:\n%s", utils.YamlToString(globalValuesRaw))
!! Panic if data not converted to yaml to speed up detecting problems. !!
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.