1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 00:39:17 +08:00
1Panel/backend/app/repo/entry.go
2022-10-19 15:06:32 +08:00

25 lines
330 B
Go

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