refacts
This commit is contained in:
parent
a84e1d9750
commit
2dcf1a2806
18 changed files with 166 additions and 98 deletions
|
|
@ -22,6 +22,7 @@ namespace isnd.Interfaces
|
|||
void ÛpdateCatalogFor(Commit commit);
|
||||
Task<PackageDeletionReport> DeletePackageAsync(string pkgid, string version, string type);
|
||||
Task<PackageVersion> GetPackageAsync(string pkgid, string version, string type);
|
||||
IEnumerable<PackageVersion> GetCatalogLeaf(string id, string version, string lower);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue