1Panel/backend/app/repo/entry.go
2022-11-10 10:20:36 +08:00

32 lines
348 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
OperationRepo
}
var RepoGroupApp = new(RepoGroup)