Restructure solution layout by module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StellaOps.Concelier.Exporter.TrivyDb;
|
||||
|
||||
public interface ITrivyDbOrasPusher
|
||||
{
|
||||
Task PushAsync(string layoutPath, string reference, string exportId, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user