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

33 lines
348 B
Go
Raw Normal View History

2022-08-16 23:30:23 +08:00
package repo
type RepoGroup struct {
CommonRepo
2022-10-20 18:45:47 +08:00
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-08-16 23:30:23 +08:00
}
var RepoGroupApp = new(RepoGroup)