Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mode ¶
type Mode int32
const ( Unknown Mode = 0 // unknown mode (default) Manifest Mode = 1 << iota // sync directory manifest Full // sync all state from source (INSERT/UPDATE) Diff // sync all state from source (INSERT/UPDATE) and compare against target (DELETE) Watermark // sync all changes since last watermark timestamp (INSERT/UPDATE) )
type SyncClient ¶
Click to show internal directories.
Click to hide internal directories.