up
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using StellaOps.Graph.Api.Contracts;
|
||||
|
||||
namespace StellaOps.Graph.Api.Services;
|
||||
|
||||
public interface IGraphDiffService
|
||||
{
|
||||
IAsyncEnumerable<string> DiffAsync(string tenant, GraphDiffRequest request, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user