Documentation ¶
Index ¶
- type Config
- type Daemon
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct {
// contains filtered or unexported fields
}
func (*Daemon) GetTorrent ¶
func (daemon *Daemon) GetTorrent(ctx context.Context, r *types.GetTorrentRequest) (*types.GetTorrentResponse, error)
func (*Daemon) StartDownload ¶
func (daemon *Daemon) StartDownload(ctx context.Context, r *types.StartDownloadRequest) (*types.StartDownloadResponse, error)
func (*Daemon) Status ¶
func (daemon *Daemon) Status(ctx context.Context, r *types.StatusRequest) (*types.StatusResponse, error)
func (*Daemon) StopDownload ¶
func (daemon *Daemon) StopDownload(ctx context.Context, r *types.StopDownloadRequest) (*types.StopDownloadResponse, error)
Click to show internal directories.
Click to hide internal directories.