Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FencePhaseNotExist fence phase not exist FencePhaseNotExist = FencePhase(0) // FencePhasePrepare prepare fence phase FencePhasePrepare = FencePhase(1) // FencePhaseCommit commit fence phase FencePhaseCommit = FencePhase(2) // FencePhaseRollback rollback fence phase FencePhaseRollback = FencePhase(3) )
View Source
const ( // StatusTried phase 1: the commit tried. StatusTried = FenceStatus(1) // StatusCommitted phase 2: the committed. StatusCommitted = FenceStatus(2) // StatusRollbacked phase 2: the rollbacked. StatusRollbacked = FenceStatus(3) // StatusSuspended suspended status. StatusSuspended = FenceStatus(4) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.