2022-08-16 23:30:23 +08:00
|
|
|
package repo
|
|
|
|
|
|
|
|
type RepoGroup struct {
|
|
|
|
CommonRepo
|
2022-10-20 18:45:47 +08:00
|
|
|
|
2022-09-22 16:16:04 +08:00
|
|
|
AppRepo
|
|
|
|
AppTagRepo
|
|
|
|
TagRepo
|
|
|
|
AppDetailRepo
|
2022-09-26 16:32:40 +08:00
|
|
|
AppInstallRepo
|
2022-10-11 16:27:58 +08:00
|
|
|
AppInstallResourceRpo
|
2022-10-09 23:35:24 +08:00
|
|
|
DatabaseRepo
|
2022-10-12 18:57:22 +08:00
|
|
|
AppInstallBackupRepo
|
2022-10-20 18:45:47 +08:00
|
|
|
|
|
|
|
ImageRepoRepo
|
|
|
|
ComposeTemplateRepo
|
|
|
|
|
|
|
|
MysqlRepo
|
|
|
|
|
|
|
|
CronjobRepo
|
|
|
|
|
|
|
|
HostRepo
|
|
|
|
CommandRepo
|
|
|
|
GroupRepo
|
|
|
|
|
|
|
|
SettingRepo
|
|
|
|
BackupRepo
|
|
|
|
|
|
|
|
OperationRepo
|
2022-08-16 23:30:23 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
var RepoGroupApp = new(RepoGroup)
|