up
This commit is contained in:
12
src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs
Normal file
12
src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using StellaOps.Graph.Api.Contracts;
|
||||
|
||||
namespace StellaOps.Graph.Api.Services;
|
||||
|
||||
public interface IOverlayService
|
||||
{
|
||||
Task<IDictionary<string, Dictionary<string, OverlayPayload>>> GetOverlaysAsync(
|
||||
string tenant,
|
||||
IEnumerable<string> nodeIds,
|
||||
bool sampleExplain,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user