package repo type RepoGroup struct { HostRepo BackupRepo GroupRepo CommandRepo OperationRepo CommonRepo CronjobRepo SettingRepo AppRepo AppTagRepo TagRepo AppDetailRepo AppInstallRepo AppContainerRepo DatabaseRepo } var RepoGroupApp = new(RepoGroup)