yaml

package
v1.5.9 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

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 added in v1.5.1

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

MarshalYML serializes the value provided into a YAML document.

func UnmarshalYML added in v1.5.0

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