added base diagnose, is not working, yet, still contains test objects
This commit is contained in:
8
Moonlight.ApiServer/Interfaces/IDiagnoseProvider.cs
Normal file
8
Moonlight.ApiServer/Interfaces/IDiagnoseProvider.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Moonlight.ApiServer.Models.Diagnose;
|
||||
|
||||
namespace Moonlight.ApiServer.Interfaces;
|
||||
|
||||
public interface IDiagnoseProvider
|
||||
{
|
||||
public Task<DiagnoseEntry> GetFiles();
|
||||
}
|
||||
Reference in New Issue
Block a user