We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45496d commit 1f9a35eCopy full SHA for 1f9a35e
src/NTorSpectator.Observer/Services/TorWatchResults.cs
@@ -0,0 +1,6 @@
1
+namespace NTorSpectator.Observer.Services;
2
+
3
+public record TorWatchResults(string Site, int Positive, int Negative)
4
+{
5
+ public bool IsOk => Positive > 0;
6
+}
0 commit comments