Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Distro ¶
type Distro interface { AddNewTorrents(client *transmissionrpc.Client) error RemoveOldTorrents(client *transmissionrpc.Client) error }
type ListCmd ¶
type ListCmd struct {
// contains filtered or unexported fields
}
func NewListCmd ¶
func NewListCmd() *ListCmd
type RemoveCmd ¶
type RemoveCmd struct {
// contains filtered or unexported fields
}
func NewRemoveCmd ¶
func NewRemoveCmd() *RemoveCmd
Click to show internal directories.
Click to hide internal directories.