Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) GetTorrentsFromLastMonth ¶
func (*App) UpdateShows ¶
type Conf ¶
type Conf struct { Verbose bool DownloadTimeout int // in seconds Shows []string OutputFile string Database DatabaseConf }
type DatabaseConf ¶
type DatabaseConf struct {
Path string
}
Click to show internal directories.
Click to hide internal directories.