Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Map ¶ added in v0.25.0
type Map map[string]interface{}
Map defines a map type that uses strings as key value. The map implements the Unmarshaller interface to convert the unmershalled map keys type from interface{} to string.
func (*Map) UnmarshalYAML ¶ added in v0.25.0
Click to show internal directories.
Click to hide internal directories.