mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-18 23:30:25 +08:00
feat: 实现数据库备份和恢复并发调度 (#84)
This commit is contained in:
@@ -9,5 +9,5 @@ import (
|
||||
type DbBinlog interface {
|
||||
base.Repo[*entity.DbBinlog]
|
||||
|
||||
AddTaskIfNotExists(ctx context.Context, task *entity.DbBinlog) error
|
||||
AddJobIfNotExists(ctx context.Context, job *entity.DbBinlog) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user