# Functions
MarshalCommand marshals a dqlite FSM command.
NewBegin returns a new Command with Begin parameters.
NewCheckpoint returns a new Checkpoint protobuf message.
NewEnd returns a new End protobuf message.
NewFrames returns a new WalFrames protobuf message.
NewOpen returns a new Command with Open parameters.
NewUndo returns a new Undo protobuf message.
UnmarshalCommand unmarshals a dqlite FSM command.
# Variables
No description provided by the author
No description provided by the author
# Structs
Parameters to begin a new write transaction.
Parameters to perform a WAL checkpoint.
Command encapsulates the payload fo a dqlite Raft FSM command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parameters to end a write transaction, and update the WAL commit pointer.
Parameters to append new frames to the WAL within a write transaction.
A single frame of data in a Frames command.
Parameters to open a new database and setup the needed data structures for replication.
Parameters to undo any previous WAL change in a write transaction.