Documentation ¶
Index ¶
- func CreateNativeZeroLengthFile(name string) error
- type Fetcher
- func (f *Fetcher) Close() (err error)
- func (f *Fetcher) Continue() (err error)
- func (f *Fetcher) Create(opts *base.Options) (err error)
- func (f *Fetcher) Meta() *fetcher.FetcherMeta
- func (f *Fetcher) Name() string
- func (f *Fetcher) Pause() (err error)
- func (f *Fetcher) Progress() fetcher.Progress
- func (f *Fetcher) Resolve(req *base.Request) error
- func (f *Fetcher) Setup(ctl *controller.Controller) (err error)
- func (f *Fetcher) Start() (err error)
- func (f *Fetcher) Wait() (err error)
- type FetcherBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNativeZeroLengthFile ¶ added in v1.3.5
A helper to create zero-length files which won't appear for file-orientated storage since no writes will ever occur to them (no torrent data is associated with a zero-length file). The caller should make sure the file name provided is safe/sanitized.
Types ¶
type Fetcher ¶
type Fetcher struct {
// contains filtered or unexported fields
}
func (*Fetcher) Meta ¶
func (f *Fetcher) Meta() *fetcher.FetcherMeta
func (*Fetcher) Setup ¶
func (f *Fetcher) Setup(ctl *controller.Controller) (err error)
type FetcherBuilder ¶
type FetcherBuilder struct { }
func (*FetcherBuilder) Build ¶
func (fb *FetcherBuilder) Build() fetcher.Fetcher
func (*FetcherBuilder) Restore ¶
func (fb *FetcherBuilder) Restore() (v any, f func(meta *fetcher.FetcherMeta, v any) fetcher.Fetcher)
func (*FetcherBuilder) Schemes ¶
func (fb *FetcherBuilder) Schemes() []string
Click to show internal directories.
Click to hide internal directories.