1Panel/backend/app/repo/entry.go
2022-10-19 15:06:32 +08:00

24 lines
309 B
Go

package repo
type RepoGroup struct {
HostRepo
BackupRepo
GroupRepo
ImageRepoRepo
CommandRepo
OperationRepo
CommonRepo
CronjobRepo
SettingRepo
AppRepo
AppTagRepo
TagRepo
AppDetailRepo
AppInstallRepo
AppInstallResourceRpo
DatabaseRepo
AppInstallBackupRepo
}
var RepoGroupApp = new(RepoGroup)