2022-08-16 23:30:23 +08:00
|
|
|
package repo
|
|
|
|
|
|
|
|
type RepoGroup struct {
|
2022-08-18 18:54:21 +08:00
|
|
|
HostRepo
|
2022-09-16 18:53:45 +08:00
|
|
|
BackupRepo
|
2022-08-30 18:49:07 +08:00
|
|
|
GroupRepo
|
|
|
|
CommandRepo
|
2022-08-16 23:30:23 +08:00
|
|
|
OperationRepo
|
|
|
|
CommonRepo
|
2022-09-20 19:12:48 +08:00
|
|
|
CronjobRepo
|
2022-09-15 10:44:43 +08:00
|
|
|
SettingRepo
|
2022-09-22 16:16:04 +08:00
|
|
|
AppRepo
|
|
|
|
AppTagRepo
|
|
|
|
TagRepo
|
|
|
|
AppDetailRepo
|
2022-09-26 16:32:40 +08:00
|
|
|
AppInstallRepo
|
2022-10-11 16:27:58 +08:00
|
|
|
AppInstallResourceRpo
|
2022-10-09 23:35:24 +08:00
|
|
|
DatabaseRepo
|
2022-08-16 23:30:23 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
var RepoGroupApp = new(RepoGroup)
|