Documentation
¶
Index ¶
- type BooksInfo
- func (r *BooksInfo) Close() error
- func (r *BooksInfo) GetBook(bookID string) (entities.BookInfo, error)
- func (r *BooksInfo) SaveBook(book entities.BookInfo) (err error)
- func (r *BooksInfo) SearchAll(strQuery string, pager pagination.IPager) ([]entities.BookInfo, error)
- func (r *BooksInfo) SearchByAuthor(strQuery string, pager pagination.IPager) ([]entities.BookInfo, error)
- func (r *BooksInfo) SearchBySequence(strQuery string, pager pagination.IPager) ([]entities.BookInfo, error)
- type LibMarks
- type LibraryFiles
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BooksInfo ¶ added in v1.12.0
type BooksInfo struct {
// contains filtered or unexported fields
}
func NewBooksInfo ¶ added in v1.12.0
func (*BooksInfo) SearchByAuthor ¶ added in v1.12.0
func (*BooksInfo) SearchBySequence ¶ added in v1.12.0
type LibMarks ¶ added in v1.12.0
type LibMarks struct {
// contains filtered or unexported fields
}
func NewLibMarks ¶ added in v1.12.0
func (*LibMarks) MarkExists ¶ added in v1.12.0
type LibraryFiles ¶ added in v1.12.0
type LibraryFiles struct {
// contains filtered or unexported fields
}
func NewLibraryFiles ¶ added in v1.12.0
func NewLibraryFiles(libs entities.Libraries) *LibraryFiles
Click to show internal directories.
Click to hide internal directories.