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