Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EpubReader ¶
type EpubReader struct{}
type PdfReader ¶
type PdfReader struct{}
type ReaderMock ¶
type ReaderMock struct { MetadataFake func(file string) (Metadata, error) CoverFake func(bookFullPath string) ([]byte, error) }
func NewReaderMock ¶
func NewReaderMock() ReaderMock
Click to show internal directories.
Click to hide internal directories.