part #2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace StellaOps.AirGap.Bundle.Services;
|
||||
|
||||
public interface IBundleBuilder
|
||||
{
|
||||
Task<Models.BundleManifest> BuildAsync(
|
||||
BundleBuildRequest request,
|
||||
string outputPath,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user