Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MaxDepth = 32
)
Functions ¶
func Merge ¶
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. borrow code from https://github.com/peterbourgon/mergemap
func MergeOverwriteSlice ¶
Types ¶
type Change ¶
type Change struct { OldValue interface{} NewValue interface{} ChangeType ChangeType }
Click to show internal directories.
Click to hide internal directories.