1Panel/backend/app/repo/entry.go
2022-10-08 15:03:29 +08:00

18 lines
219 B
Go

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