Implementing plugin loading for api server and client
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
namespace Moonlight.ApiServer.Models;
|
||||
namespace Moonlight.ApiServer.Models;
|
||||
|
||||
public class PluginMeta
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Author { get; set; }
|
||||
public string? DonationUrl { get; set; }
|
||||
public string? UpdateUrl { get; set; }
|
||||
|
||||
public Dictionary<string, string[]> Binaries { get; set; } = new();
|
||||
public PluginManifest Manifest { get; set; }
|
||||
public string Path { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user