Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Marshal = yaml.Marshal NewDecoder = yaml.NewDecoder NewEncoder = yaml.NewEncoder NativeUnmarshal = yaml.Unmarshal NativeUnmarshalStrict = yaml.UnmarshalStrict )
Expose yaml public objects
View Source
var DictionaryHelper collections.IDictionaryHelper = yamlDictHelper
DictionaryHelper gives public access to the basic dictionary functions
View Source
var GenericListHelper collections.IListHelper = yamlListHelper
GenericListHelper gives public access to the basic list functions
Functions ¶
func Unmarshal ¶
Unmarshal calls the native Unmarshal but transform the results to returns Dictionary and GenericList instead of go native collections.
func UnmarshalStrict ¶
UnmarshalStrict calls the native UnmarshalStrict but transform the results to returns Dictionary and GenericList instead of go native collections.
Types ¶
Click to show internal directories.
Click to hide internal directories.