Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Merge ¶
func Merge(inputs []map[interface{}]interface{}) (map[interface{}]interface{}, error)
Merge takes a list of maps of interface as input and returns a single map with the merged contents
func MergeWithOptions ¶ added in v1.3.1
func MergeWithOptions(inputs []map[interface{}]interface{}, appendSlice, sliceDeepCopy bool) (map[interface{}]interface{}, error)
MergeWithOptions takes a list of maps of interface and options as input and returns a single map with the merged contents
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.