Should fix output problem
This commit is contained in:
@@ -4,6 +4,7 @@ using sh.actions.package_cleanup.Models;
|
||||
|
||||
public interface IGiteaPackageService
|
||||
{
|
||||
Task<IEnumerable<GiteaPackage>> GetPackagesByNameAsync(string name, CancellationToken cancellationToken = default);
|
||||
Task<IEnumerable<GiteaPackage>> GetPackagesByOwnerAsync(CancellationToken cancellationToken = default);
|
||||
Task DeletePackage(GiteaPackage package, CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user