Documentation
¶
Index ¶
Constants ¶
View Source
const (
KeyNoSubDir string = "no-sub-dir"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
services.Client
GetTorrents() utils.SafeMap[string, Torrent]
CanStartNext() bool
Shutdown() error
}
Client wrapper around the torrent.Client struct
func New ¶
func New(log zerolog.Logger, signalR services.SignalRService, dirService services.DirectoryService, notify services.NotificationService, transLoco services.TranslocoService, fs afero.Afero, settingsService services.SettingsService, ) (Client, error)
Click to show internal directories.
Click to hide internal directories.