Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCache ¶
func NewCache(filename string, imdbid string) (service.ServiceCache[elements.FilmMetadata], error)
metadata cache
Types ¶
type MetadataProvider ¶
type MetadataProvider interface { // populate film metadata Populate(elements.FilmMetadata) (*elements.FilmMetadata, error) }
film detail provider
Click to show internal directories.
Click to hide internal directories.