mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2026-01-19 15:46:17 +00:00
basic skeleton for the API and queueing
This commit is contained in:
@@ -12,8 +12,6 @@ namespace MalwareMultiScan.Backends.Backends.Abstracts
|
||||
{
|
||||
public virtual string Id => throw new NotImplementedException();
|
||||
|
||||
public virtual DateTime DatabaseLastUpdate => throw new NotImplementedException();
|
||||
|
||||
public virtual Task<string[]> ScanAsync(string path, CancellationToken cancellationToken)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user