changed the diagnose to be easier to use
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Moonlight.Shared.Http.Responses.Admin.Sys;
|
||||
|
||||
public class DiagnoseProvideResponse
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Type { get; set; }
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
using Moonlight.Shared.Misc;
|
||||
|
||||
namespace Moonlight.Shared.Http.Responses.Admin.Sys;
|
||||
|
||||
public class SystemAvailableDiagnoseProviderResponse
|
||||
{
|
||||
public DiagnoseProvider[] AvailableProviders { get; set; }= [];
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
namespace Moonlight.Shared.Misc;
|
||||
|
||||
public class DiagnoseProvider
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user