Project
This commit is contained in:
4
HealtRegistry/Models/ServiceHealthes.cs
Normal file
4
HealtRegistry/Models/ServiceHealthes.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace HealtRegistry.Models;
|
||||
|
||||
public record ServiceHealth(bool Health);
|
||||
public record ServiceHealthes(IReadOnlyDictionary<string, ServiceHealth> Healthes);
|
||||
Reference in New Issue
Block a user