Project
This commit is contained in:
7
HealtRegistry/Models/ServiceHealthData.cs
Normal file
7
HealtRegistry/Models/ServiceHealthData.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace HealtRegistry.Models;
|
||||
|
||||
public class ServiceHealthData
|
||||
{
|
||||
public required bool Healthy { get; set; }
|
||||
public required DateTimeOffset LastUpdated { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user