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