Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
br: add comments to exported fields
Browse files Browse the repository at this point in the history
Signed-off-by: WangLe1321 <wangle1321@163.com>
  • Loading branch information
WangLe1321 committed Dec 13, 2022
1 parent 59ff343 commit 6790ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/restore/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ type DB struct {
se glue.Session
}

// UniqueTableName identifies a unique table
type UniqueTableName struct {
DB string
Table string
}

// DDLJobFilterRule judges whether a ddl job should be ignored
type DDLJobFilterRule func(ddlJob *model.Job) bool

var incrementalRestoreActionBlockList = map[model.ActionType]struct{}{
Expand Down

0 comments on commit 6790ba7

Please sign in to comment.