Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ScanMaxChanges = 512
Functions ¶
This section is empty.
Types ¶
type ChangeLogState ¶
type ChangeLogState = int16
const ( Pending ChangeLogState = 0 Published ChangeLogState = 1 Failed ChangeLogState = -1 )
type SQLiteCDC ¶
type SQLiteCDC struct { // TODO probably get rid of goqu if not fully utilized *goqu.Database Events chan any // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.