Refactored project to module structure
This commit is contained in:
9
Moonlight.Shared/Admin/Sys/SystemInfoDto.cs
Normal file
9
Moonlight.Shared/Admin/Sys/SystemInfoDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Moonlight.Shared.Admin.Sys;
|
||||
|
||||
public record SystemInfoDto(
|
||||
double CpuUsage,
|
||||
long MemoryUsage,
|
||||
string OperatingSystem,
|
||||
TimeSpan Uptime,
|
||||
string VersionName,
|
||||
bool IsUpToDate);
|
||||
Reference in New Issue
Block a user