Documentation
¶
Overview ¶
Package yaml is just an indirection to handle YAML deserialization.
This package is just an indirection that allows the builder to override the indirection with an alternative implementation of this package that uses another implementation of YAML deserialization. This allows to not either not use YAML deserialization at all, or to use another implementation than gopkg.in/yaml.v3 (for example for license compatibility reasons, see [PR #1120]).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnableYAMLUnmarshal func([]byte, any) error
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.