Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Config *config.RadarrConfig // contains filtered or unexported fields }
func (*Client) ClientListItem ¶
func (c *Client) ClientListItem() ClientItem
type ClientItem ¶
type ClientItem struct {
// contains filtered or unexported fields
}
func (ClientItem) Available ¶
func (i ClientItem) Available() bool
func (ClientItem) FilterValue ¶
func (i ClientItem) FilterValue() string
func (ClientItem) Stats ¶
func (i ClientItem) Stats() []string
func (ClientItem) String ¶
func (i ClientItem) String() string
func (ClientItem) Title ¶
func (i ClientItem) Title() string
Click to show internal directories.
Click to hide internal directories.