Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider interface { Configure(c Config) // Pass general configuration Name() string // Provider's name MediaList(context.Context, []*matcher.MatchRequest) chan *media.Media // List of available shows that match one of MatchRequest GetMediaDetails(context.Context, *media.Media) error // Download more details when available }
Provider is the interface for a provider
Click to show internal directories.
Click to hide internal directories.