Skip to main content

include/molt@ops_MergeValues.hrl

-record(merge_values, {
    path :: binary(),
    entries :: list({binary(), molt@value:value()}),
    on_conflict :: molt@ops:conflict_strategy()
}).