Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexChapters ¶
func IndexManga ¶
func Initialize ¶
Initialize sets up indexers and notifications
Types ¶
type Indexer ¶
type Indexer struct { Library models.Library Cron *cron.Cron CronJobID cron.EntryID CronRunning bool JobRunning bool // contains filtered or unexported fields }
Indexer represents the state of an indexer
func NewIndexer ¶ added in v1.0.4
NewIndexer creates a new Indexer instance
type NotificationListener ¶
type NotificationListener struct {
// contains filtered or unexported fields
}
NotificationListener listens for notifications and handles them
func (*NotificationListener) Notify ¶
func (nl *NotificationListener) Notify(notification models.Notification)
Notify processes incoming notifications
Click to show internal directories.
Click to hide internal directories.