Documentation
¶
Overview ¶
Package yaml is an indirection to handle YAML deserialization.
This package allows the builder to override the indirection with an alternative implementation of YAML deserialization.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableYAMLWithUnmarshal ¶
EnableYAMLWithUnmarshal registers a YAML-capable unmarshaler.
This is not intended for concurrent use.
Most users would register using a init() function or enabling the registered library provided when importing "github.com/go-openapi/testify/enable/yaml/v2" like so.
import( _ "github.com/go-openapi/testify/enable/yaml/v2" )
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.