mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
12 lines
247 B
Go
12 lines
247 B
Go
package repository
|
|
|
|
type Repositories struct {
|
|
Instance Instance
|
|
Backup DbBackup
|
|
BackupHistory DbBackupHistory
|
|
Restore DbRestore
|
|
RestoreHistory DbRestoreHistory
|
|
Binlog DbBinlog
|
|
BinlogHistory DbBinlogHistory
|
|
}
|