Documentation
¶
Index ¶
Constants ¶
View Source
const ( UnknownReplState = iota InitialReplState = 1 IncrementalReplState = 2 )
Variables ¶
View Source
var ( ReplicationStates = map[int]string{ UnknownReplState: "unknown", InitialReplState: "initial", IncrementalReplState: "incremental", } )
Functions ¶
func RunReplication ¶ added in v0.0.14
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.