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