InternalTester is an optional interface for Fs which allows to execute internal tests This interface should be implemented in 'backend'_internal_test.go and not in 'backend'.go
| 46 | // |
| 47 | // This interface should be implemented in 'backend'_internal_test.go and not in 'backend'.go |
| 48 | type InternalTester interface { |
| 49 | InternalTest(*testing.T) |
| 50 | } |
| 51 | |
| 52 | // ChunkedUploadConfig contains the values used by TestFsPutChunked |
| 53 | // to determine the limits of chunked uploading |
no outgoing calls
no test coverage detected
searching dependent graphs…