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

22 lines
267 B
Go
Raw Normal View History

2022-08-16 23:30:23 +08:00
package repo
type RepoGroup struct {
HostRepo
BackupRepo
GroupRepo
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
AppContainerRepo
DatabaseRepo
2022-08-16 23:30:23 +08:00
}
var RepoGroupApp = new(RepoGroup)