Documentation
¶
Index ¶
- func Delete(yml *simpleyaml.Yaml, path string) error
- func DeleteInFile(file string, path string) error
- func ExtractType(value *simpleyaml.Yaml) (interface{}, error)
- func Get(yml *simpleyaml.Yaml, path string) (interface{}, error)
- func GetAsSimpleYaml(yml *simpleyaml.Yaml, path string) (*simpleyaml.Yaml, error)
- func GetFromFile(file string, path string) (interface{}, error)
- func GetFromFileAsSimpleYaml(file string, path string) (*simpleyaml.Yaml, error)
- func ReadYaml(yaml []byte) (*simpleyaml.Yaml, error)
- func ReadYamlFromFile(filename string) (*simpleyaml.Yaml, error)
- func Set(yml *simpleyaml.Yaml, path string, val interface{}) error
- func SetInFile(file string, path string, val interface{}) error
- func SetKey(yaml *simpleyaml.Yaml, path string, key string) error
- func SetKeyInFile(file string, path string, key string) error
- func SetValueForType(yaml *simpleyaml.Yaml, path string, value *simpleyaml.Yaml) error
- func Transfer(fromYaml *simpleyaml.Yaml, fromPath string, toYaml *simpleyaml.Yaml, ...) error
- func TransferToFile(from string, fromPath string, to string, toPath string) error
- func WriteYaml(yml *simpleyaml.Yaml, file string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteInFile ¶
func ExtractType ¶
func ExtractType(value *simpleyaml.Yaml) (interface{}, error)
func GetAsSimpleYaml ¶
func GetAsSimpleYaml(yml *simpleyaml.Yaml, path string) (*simpleyaml.Yaml, error)
func GetFromFile ¶
func GetFromFileAsSimpleYaml ¶
func GetFromFileAsSimpleYaml(file string, path string) (*simpleyaml.Yaml, error)
func ReadYamlFromFile ¶
func ReadYamlFromFile(filename string) (*simpleyaml.Yaml, error)
func SetValueForType ¶
func SetValueForType(yaml *simpleyaml.Yaml, path string, value *simpleyaml.Yaml) error
func Transfer ¶
func Transfer(fromYaml *simpleyaml.Yaml, fromPath string, toYaml *simpleyaml.Yaml, toPath string) error
func TransferToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.