catalog updated at push

This commit is contained in:
2021-08-29 00:51:43 +01:00
parent 25d545e327
commit f918d26273
3 changed files with 5 additions and 4 deletions

View File

@ -16,6 +16,7 @@ namespace isnd.Interfaces
string[] GetVersions(string id, NuGetVersion parsedVersion, bool prerelease = false, string packageType = null, int skip = 0, int take = 25);
PackageIndexViewModel SearchByName(string query, int skip, int take, bool prerelease = false, string packageType = null);
IEnumerable<Resource> GetResources(IUnleash unleashĈlient);
void ÛpdateCatalogFor(Commit commit);
}
}