Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
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 indexer state (requred to be local type)
type NotificationListener ¶
type NotificationListener struct {
// contains filtered or unexported fields
}
NotificationListener is a global channel for all notifications
func (*NotificationListener) Notify ¶
func (nl *NotificationListener) Notify(notification models.Notification)
Click to show internal directories.
Click to hide internal directories.