Implemented node system statistics

This commit is contained in:
2026-03-21 18:21:09 +00:00
parent ba5e364c05
commit 6d447a0ff9
28 changed files with 1402 additions and 156 deletions

View File

@@ -11,6 +11,8 @@ namespace MoonlightServers.Shared;
// - Node
[JsonSerializable(typeof(CreateNodeDto))]
[JsonSerializable(typeof(UpdateNodeDto))]
[JsonSerializable(typeof(NodeHealthDto))]
[JsonSerializable(typeof(NodeStatisticsDto))]
[JsonSerializable(typeof(NodeDto))]
[JsonSerializable(typeof(PagedData<NodeDto>))]