mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10: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
 | 
						|
}
 |