yaml

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2023 License: Apache-2.0 Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadYMLConfig

func LoadYMLConfig(confProFile string) ([]byte, error)

LoadYMLConfig Load yml config byte from file

func MarshalYML

func MarshalYML(in interface{}) ([]byte, error)

MarshalYML serializes the value provided into a YAML document.

func UnmarshalYML

func UnmarshalYML(data []byte, out interface{}) error

UnmarshalYML unmarshals decodes the first document found within the in byte slice and assigns decoded values into the out value.

func UnmarshalYMLConfig

func UnmarshalYMLConfig(confProFile string, out interface{}) ([]byte, error)

UnmarshalYMLConfig Load yml config byte from file, then unmarshal to object

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL