Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCCFenceDO ¶
type TCCFenceDO struct {
// Xid the global transaction id
Xid string
// BranchId the branch transaction id
BranchId int64
// ActionName the action name
ActionName string
// Status the tcc fence status
// tried: 1; committed: 2; rollbacked: 3; suspended: 4
Status enum.FenceStatus
// GmtCreate create time
GmtCreate time.Time
// GmtModified update time
GmtModified time.Time
}
Click to show internal directories.
Click to hide internal directories.