changed the diagnose to be easier to use
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using System.IO.Compression;
|
||||
using Moonlight.ApiServer.Models.Diagnose;
|
||||
|
||||
namespace Moonlight.ApiServer.Interfaces;
|
||||
|
||||
public interface IDiagnoseProvider
|
||||
{
|
||||
public DiagnoseEntry[] GetFiles();
|
||||
public Task ModifyZipArchive(ZipArchive archive);
|
||||
}
|
||||
Reference in New Issue
Block a user