Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Errors ¶ added in v0.0.3
func Errors(c *Command)
Errors provides a list of all or selected torrents.
func Move ¶ added in v0.0.3
func Move(c *Command)
Move implements the verify command (hash check torrents).
Types ¶
type Command ¶ added in v0.0.3
type Command struct {
PositionalArgs []string
CommonOptions commonOptions
Client *transmissionrpc.Client
CommandInstance
}
Command holds everything needed to run a command.
type CommandInstance ¶ added in v0.0.3
type CommandInstance struct {
Options interface{}
Runner func(c *Command)
}
CommandInstance is the data specific to one command.
Click to show internal directories.
Click to hide internal directories.