1Panel/backend/app/repo/entry.go
2022-11-18 14:47:40 +08:00

32 lines
448 B
Go

package repo
type RepoGroup struct {
CommonRepo
AppRepo
AppTagRepo
TagRepo
AppDetailRepo
AppInstallRepo
AppInstallResourceRpo
DatabaseRepo
AppInstallBackupRepo
ImageRepoRepo
ComposeTemplateRepo
MysqlRepo
CronjobRepo
HostRepo
CommandRepo
GroupRepo
SettingRepo
BackupRepo
WebSiteRepo
WebSiteDomainRepo
WebSiteGroupRepo
WebsiteDnsAccountRepo
WebsiteSSLRepo
WebsiteAcmeAccountRepo
LogRepo
}
var RepoGroupApp = new(RepoGroup)