Documentation
¶
Index ¶
- type Bookmark
- type DB
- func (db *DB) AddToReadHistory(bookID string) error
- func (db *DB) Close() error
- func (db *DB) GetBookmark(bookID string) (Bookmark, error)
- func (db *DB) GetReadHistory() ([]string, error)
- func (db *DB) SetBookmark(bookID string, mark Bookmark) error
- func (db *DB) SetReadHistory(history []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) AddToReadHistory ¶
func (*DB) GetReadHistory ¶
func (*DB) SetReadHistory ¶
Click to show internal directories.
Click to hide internal directories.