refactor: add IEpubMetadataExtractor interface for local file parsing
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
using FluentResults;
|
||||||
|
using NexusReader.Application.Queries.Reader;
|
||||||
|
|
||||||
|
namespace NexusReader.Application.Abstractions.Services;
|
||||||
|
|
||||||
|
public interface IEpubMetadataExtractor
|
||||||
|
{
|
||||||
|
Task<Result<LocalEpubMetadata>> ExtractMetadataAsync(Stream epubStream);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user