OXY-SYNC-CONTAINER 1.0
OXY-SYNC-CONTAINER Library Documentation
Loading...
Searching...
No Matches
oxy::sync::api::plugin::param_t Struct Reference

Represents parameters for a merge operation, including a data stream and an optional author signature. More...

#include <plugin.hpp>

Public Attributes

maybe< signature_t > author
 The optional author signature.
stream_t stream
 The data stream to be merged.

Detailed Description

Represents parameters for a merge operation, including a data stream and an optional author signature.

This structure is used to pass parameters to the merge API, including the data stream to be merged and an optional author signature that may be used for conflict resolution or logging purposes.