1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-01 06:28:06 +08:00
1Panel/backend/app/repo/entry.go

25 lines
330 B
Go
Raw Normal View History

2022-08-16 23:30:23 +08:00
package repo
type RepoGroup struct {
HostRepo
BackupRepo
GroupRepo
2022-10-09 16:17:15 +08:00
ImageRepoRepo
2022-10-17 09:10:06 +08:00
ComposeTemplateRepo
CommandRepo
2022-08-16 23:30:23 +08:00
OperationRepo
CommonRepo
CronjobRepo
2022-09-15 10:44:43 +08:00
SettingRepo
AppRepo
AppTagRepo
TagRepo
AppDetailRepo
AppInstallRepo
AppInstallResourceRpo
DatabaseRepo
2022-10-12 18:57:22 +08:00
AppInstallBackupRepo
2022-08-16 23:30:23 +08:00
}
var RepoGroupApp = new(RepoGroup)