Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Merge ¶
func Merge(dst, src map[string]interface{}, arrayMergeConfig map[string]string) map[string]interface{}
Merge recursively merges the src and dst maps. Key conflicts are resolved by preferring src, or recursively descending, if both src and dst are maps. Arrays specified in arrayMergeConfig are merged by their identifier field.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.