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