mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-06 14:44:42 +08:00
8 lines
97 B
Go
8 lines
97 B
Go
package repo
|
|
|
|
type RepoGroup struct {
|
|
UserRepo
|
|
CommonRepo
|
|
}
|
|
|
|
var RepoGroupApp = new(RepoGroup)
|