Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ChannelRemove
Channel deletion identified by owner and channel, with optional session/revision lineage.
API
Channel deletion identified by owner and channel, with optional session/revision lineage.
Namespace: DARTWIC::Share.
#include <dartwic/share/DARTWICShareProtocol.h>Declaration
struct ChannelRemove {
std::string owner_node;
std::string channel;
uint64_t revision = 0;
std::string source_session_id;
};