mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-29 14:31:15 +08:00
14 lines
161 B
Go
14 lines
161 B
Go
package repo
|
|
|
|
type RepoGroup struct {
|
|
HostRepo
|
|
BackupRepo
|
|
GroupRepo
|
|
CommandRepo
|
|
OperationRepo
|
|
CommonRepo
|
|
SettingRepo
|
|
}
|
|
|
|
var RepoGroupApp = new(RepoGroup)
|