Documentation ¶
Index ¶
- Variables
- type Client
- func (c *Client) AddMediaItem(item *media.Item, opts ...nabarr.PvrOption) error
- func (c *Client) GetFiltersHash() string
- func (c *Client) QueueFeedItem(item *media.FeedItem)
- func (c *Client) ShouldIgnore(mediaItem *media.Item) (bool, string, error)
- func (c *Client) Start() state.State
- func (c *Client) Type() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrItemNotFound = errors.New("not found")
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AddMediaItem ¶
func (*Client) GetFiltersHash ¶
func (*Client) QueueFeedItem ¶
func (*Client) ShouldIgnore ¶
Click to show internal directories.
Click to hide internal directories.