mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-12-11 23:19:09 +08:00
24 lines
309 B
Go
24 lines
309 B
Go
package repo
|
|
|
|
type RepoGroup struct {
|
|
HostRepo
|
|
BackupRepo
|
|
GroupRepo
|
|
ImageRepoRepo
|
|
CommandRepo
|
|
OperationRepo
|
|
CommonRepo
|
|
CronjobRepo
|
|
SettingRepo
|
|
AppRepo
|
|
AppTagRepo
|
|
TagRepo
|
|
AppDetailRepo
|
|
AppInstallRepo
|
|
AppInstallResourceRpo
|
|
DatabaseRepo
|
|
AppInstallBackupRepo
|
|
}
|
|
|
|
var RepoGroupApp = new(RepoGroup)
|