Documentation
¶
Overview ¶
Package merge contains libraries for merging fields from one RNode to another RNode
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeStrings ¶
Types ¶
type ConflictStrategy ¶
type ConflictStrategy uint
const ( // TODO: Support more strategies TakeUpdate ConflictStrategy = 1 + iota )
Click to show internal directories.
Click to hide internal directories.