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