introduction of nuget packages as plugins support
This commit is contained in:
8
Torch.API/WebAPI/Plugins/PackageSource.cs
Normal file
8
Torch.API/WebAPI/Plugins/PackageSource.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Torch.API.WebAPI.Plugins;
|
||||
|
||||
#nullable enable
|
||||
public record PackageSource
|
||||
#nullable restore
|
||||
(string Name, string Url, IReadOnlyList<string> Patterns, PackageSourceType Type);
|
Reference in New Issue
Block a user