This section is empty.
View Sourcevar ( ErrSeedXORLeech = errors.New("can either seed or leech, but not both at the same time") )
This section is empty.
type FileLeecher struct { }
type FileMigrator struct { }
type FileSeeder struct { }
type LeecherHooks struct { OnAfterSync func(dirtyOffsets []int64) error OnBeforeClose func() error OnChunkIsLocal func(off int64) error }
type MigratorHooks struct { OnBeforeSync func() error OnAfterSync func(dirtyOffsets []int64) error OnBeforeClose func() error OnChunkIsLocal func(off int64) error }
type PathLeecher struct { }
type PathMigrator struct { }
type PathSeeder struct { }
type SeederHooks struct { OnBeforeSync func() error OnBeforeClose func() error }
type SeederOptions struct { ChunkSize int64 MaxChunkSize int64 Verbose bool }
type SliceLeecher struct { }
type SliceMigrator struct { }
type SliceSeeder struct { }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4