nuget reorganization
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace StellaOps.Signals.Models;
|
||||
|
||||
public sealed record ReachabilityFactUpdatedEvent(
|
||||
string Version,
|
||||
string SubjectKey,
|
||||
string? CallgraphId,
|
||||
DateTimeOffset OccurredAtUtc,
|
||||
int ReachableCount,
|
||||
int UnreachableCount,
|
||||
int RuntimeFactsCount,
|
||||
DateTimeOffset ComputedAtUtc);
|
||||
Reference in New Issue
Block a user