1Panel/backend/app/repo/entry.go

19 lines
219 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
2022-08-16 23:30:23 +08:00
}
var RepoGroupApp = new(RepoGroup)