Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Handle(ctx context.Context, txn *sql.Tx, jobsTable, jobStatusTable string) error
}
Handler alters a jobsdb table before backup happens
func DropSourceIds ¶
DropSourceIds provides a pre-backup handler who is responsible for removing events from the tables which belong to a transient source id. The list of source ids is dynamically provided by the transientSourceIds function
Click to show internal directories.
Click to hide internal directories.