stabilizaiton work - projects rework for maintenanceability and ui livening
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace StellaOps.Configuration;
|
||||
|
||||
public sealed class AuthorityAirGapOptions
|
||||
{
|
||||
public AuthoritySealedModeOptions SealedMode { get; } = new();
|
||||
|
||||
internal void Validate()
|
||||
{
|
||||
SealedMode.Validate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user