Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface {
// Next fetches the next transaction to be restored.
// This call can be BLOCKING
Next(context.Context) (*std.Tx, error)
// Close shuts down the transaction source
Close() error
}
Source defines the interface for any source of transactions that need to be restored
Click to show internal directories.
Click to hide internal directories.