refactor(redundancy): move ServiceLevelCalculator to Core.Cluster (shared, Runtime-reachable)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
using Akka.Cluster;
|
||||
|
||||
namespace ZB.MOM.WW.OtOpcUa.ControlPlane.Redundancy;
|
||||
namespace ZB.MOM.WW.OtOpcUa.Cluster.Redundancy;
|
||||
|
||||
public readonly record struct NodeHealthInputs(
|
||||
MemberStatus MemberState,
|
||||
@@ -1,7 +1,7 @@
|
||||
using Akka.Cluster;
|
||||
using Shouldly;
|
||||
using Xunit;
|
||||
using ZB.MOM.WW.OtOpcUa.ControlPlane.Redundancy;
|
||||
using ZB.MOM.WW.OtOpcUa.Cluster.Redundancy;
|
||||
|
||||
namespace ZB.MOM.WW.OtOpcUa.ControlPlane.Tests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user