REORG+histo
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using isnd.Controllers;
|
||||
using isnd.Data.Catalog;
|
||||
using isnd.Services;
|
||||
@ -17,6 +18,7 @@ namespace isnd.Interfaces
|
||||
PackageIndexViewModel SearchByName(string query, int skip, int take, bool prerelease = false, string packageType = null);
|
||||
IEnumerable<Resource> GetResources(IUnleash unleashĈlient);
|
||||
void ÛpdateCatalogFor(Commit commit);
|
||||
Task<PackageDeletionReport> DeletePackageAsync(string pkgId, string fullVersion, string pkgType);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user