Versions in this module Expand all Collapse all v0 v0.2.2 Nov 23, 2016 Changes in this version type Config + UseHardlink bool v0.2.1 Nov 23, 2016 Changes in this version + type Config struct + BtEnable bool + BtSeeder bool + BtSeederServer []string + BtTrackers []string + ConnTimeout time.Duration + DownloadRateLimit int + Pidfile string + Root string + UploadRateLimit int + type Daemon struct + func NewDaemon(config *Config) (*Daemon, error) + func (daemon *Daemon) GetTorrent(ctx context.Context, r *types.GetTorrentRequest) (*types.GetTorrentResponse, error) + func (daemon *Daemon) StartDownload(ctx context.Context, r *types.StartDownloadRequest) (*types.StartDownloadResponse, error) + func (daemon *Daemon) Status(ctx context.Context, r *types.StatusRequest) (*types.StatusResponse, error) + func (daemon *Daemon) StopDownload(ctx context.Context, r *types.StopDownloadRequest) (*types.StopDownloadResponse, error) + type OciImage struct + func (i *OciImage) Close()