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