Implemented node crud and status health check. Added daemon status health endpoint. Refactored project structure. Added sidebar items and ui views
This commit is contained in:
8
MoonlightServers.Shared/Admin/Nodes/NodeHealthDto.cs
Normal file
8
MoonlightServers.Shared/Admin/Nodes/NodeHealthDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MoonlightServers.Shared.Admin.Nodes;
|
||||
|
||||
public class NodeHealthDto
|
||||
{
|
||||
public int RemoteStatusCode { get; set; }
|
||||
public int StatusCode { get; set; }
|
||||
public bool IsHealthy { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user