Versions in this module Expand all Collapse all v1 v1.1.0 Aug 22, 2024 Changes in this version + type Client struct + func (c Client) OpenTorrent(info *metainfo.Info, infoHash metainfo.Hash) (storage.TorrentImpl, error) + type Piece struct + func (Piece) Completion() storage.Completion + func (Piece) MarkComplete() error + func (Piece) MarkNotComplete() error + func (Piece) ReadAt(p []byte, off int64) (n int, err error) + func (Piece) WriteAt(p []byte, off int64) (n int, err error)