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-18 11:30:02 +08:00

23 lines
294 B
Go

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