Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // FailOnConflict when true will fail patch creation if the recorded and remote // have 2 fields set for the same value that cannot be merged. // e.g. primitive values, list values with replace strategy, and map values with do // strategy FailOnConflict bool }
Options controls how a merge will be executed
Click to show internal directories.
Click to hide internal directories.