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

22 lines
272 B
Go

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