mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-23 17:40:25 +08:00
8 lines
138 B
Go
8 lines
138 B
Go
package repository
|
|
|
|
type DbRestore interface {
|
|
DbJob
|
|
|
|
GetDbNamesWithoutRestore(instanceId uint64, dbNames []string) ([]string, error)
|
|
}
|