Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
CreateSnapshotFn func(ctx context.Context, snapshot *snapshot.Snapshot) error
CloseFn func() error
// contains filtered or unexported fields
}
func (*Generator) CreateSnapshot ¶
func (*Generator) CreateSnapshotCalls ¶ added in v0.6.0
type RowsProcessor ¶ added in v0.6.5
type RowsProcessor struct {
ProcessRowFn func(context.Context, *snapshot.Row) error
CloseFn func() error
}
func (*RowsProcessor) Close ¶ added in v0.6.5
func (m *RowsProcessor) Close() error
func (*RowsProcessor) ProcessRow ¶ added in v0.6.5
Click to show internal directories.
Click to hide internal directories.