Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct {
Server MediaServer
Username string
ImdbId string
Time time.Time
}
type PlaybackNotification ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
func NewProcessor(callback func(letterboxd.Event)) Processor
func (*Processor) ProcessPlaybackNotification ¶
func (p *Processor) ProcessPlaybackNotification(notification PlaybackNotification)
func (*Processor) ProcessWatchedNotification ¶
func (p *Processor) ProcessWatchedNotification(notification WatchedNotification)
Click to show internal directories.
Click to hide internal directories.