1Panel/backend/app/repo/entry.go

29 lines
391 B
Go
Raw Normal View History

2022-08-16 23:30:23 +08:00
package repo
type RepoGroup struct {
CommonRepo
AppRepo
AppTagRepo
TagRepo
AppDetailRepo
AppInstallRepo
AppInstallResourceRpo
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-10-28 17:04:57 +08:00
WebSiteRepo
WebSiteDomainRepo
WebSiteGroupRepo
2022-08-16 23:30:23 +08:00
}
var RepoGroupApp = new(RepoGroup)