Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CDCIterator ¶
type CDCIterator struct {
// contains filtered or unexported fields
}
A CDCIterator represents a struct of cdc iterator.
func NewCDCIterator ¶
func NewCDCIterator(stripeSvc Stripe, pos *position.Position) *CDCIterator
NewCDCIterator initializes cdc iterator.
type Iterator ¶
type Iterator struct {
// contains filtered or unexported fields
}
An Iterator represents a struct of iterator.
func NewIterator ¶
NewIterator initializes an iterator.
type SnapshotIterator ¶
type SnapshotIterator struct {
// contains filtered or unexported fields
}
A SnapshotIterator represents a struct of snapshot iterator.
func NewSnapshotIterator ¶
func NewSnapshotIterator(stripeSvc Stripe, pos *position.Position) *SnapshotIterator
NewSnapshotIterator initializes snapshot iterator.
Click to show internal directories.
Click to hide internal directories.