Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestLeecherStorage ¶
func TestLeecherStorage(t *testing.T, ls LeecherStorageTestCase)
Types ¶
type ConfigureClient ¶
type ConfigureClient struct {
Config func(cfg *torrent.ClientConfig)
Client func(cl *torrent.Client)
}
type LeecherStorageTestCase ¶
type LeecherStorageTestCase struct {
Name string
Factory StorageFactory
GoMaxProcs int
}
type StorageFactory ¶
type StorageFactory func(string) storage.ClientImplCloser
Click to show internal directories.
Click to hide internal directories.