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:
9
MoonlightServers.Shared/Admin/Nodes/NodeDto.cs
Normal file
9
MoonlightServers.Shared/Admin/Nodes/NodeDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MoonlightServers.Shared.Admin.Nodes;
|
||||
|
||||
public record NodeDto(
|
||||
int Id,
|
||||
string Name,
|
||||
string HttpEndpointUrl,
|
||||
DateTimeOffset CreatedAt,
|
||||
DateTimeOffset UpdatedAt
|
||||
);
|
||||
Reference in New Issue
Block a user