blob: 55281668a08a626a28a23d6ac42f8dabf396c365 (
plain)
1
2
3
4
5
6
7
8
|
namespace Sink.Commands;
table Synchronize {
sourceSync: bool; //Synchronize with source
localSync: bool; //Ensure all queues are processed so the local state is up-to date.
}
root_type Synchronize;
|