update
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace LiquidCode.Tester.Gateway.Services;
|
||||
|
||||
public interface IPackageDownloadService
|
||||
{
|
||||
/// <summary>
|
||||
/// Downloads a package from the specified URL
|
||||
/// </summary>
|
||||
/// <param name="packageUrl">URL to download the package from</param>
|
||||
/// <returns>Path to the downloaded package file</returns>
|
||||
Task<string> DownloadPackageAsync(string packageUrl);
|
||||
}
|
||||
Reference in New Issue
Block a user