Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Append ¶
Append appends a value to an existing array. If a non-array value already exists then the value becomes the first element in the new array. This function does not deduplicate.
func EscapeKey ¶
EscapeKey escapes dots contained in a key. This is non-idempotent (do not use it on a key that is already escaped).
func ReflectValue ¶
Types ¶
type UnsupportedTypeError ¶
func (*UnsupportedTypeError) Error ¶
func (e *UnsupportedTypeError) Error() string
Click to show internal directories.
Click to hide internal directories.