Begin a new batch of uploads or downloads. Call this first, followed by one or more Add calls. The passed in callback will receive updates on progress.
(cfg AdapterConfig, cb ProgressCallback)
| 243 | // Begin a new batch of uploads or downloads. Call this first, followed by one |
| 244 | // or more Add calls. The passed in callback will receive updates on progress. |
| 245 | Begin(cfg AdapterConfig, cb ProgressCallback) error |
| 246 | // Add queues a download/upload, which will complete asynchronously and |
| 247 | // notify the callbacks given to Begin() |
| 248 | Add(transfers ...*Transfer) (results <-chan TransferResult) |
no outgoing calls
no test coverage detected