finished diagnose system

This commit is contained in:
mxritzdev
2025-05-12 19:00:09 +02:00
parent bd8ea67017
commit a4e0175173
7 changed files with 155 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ namespace Moonlight.ApiServer.Models.Diagnose;
public abstract class DiagnoseEntry
{
public string Name { get; set; } = "";
public required string Name { get; set; } = "";
public abstract bool IsDirectory { get; }
}