Documentation ¶
Index ¶
- Variables
- func TestFinalise(t *testing.T)
- func TestFsCopy(t *testing.T)
- func TestFsDirMove(t *testing.T)
- func TestFsListDirEmpty(t *testing.T)
- func TestFsListDirFile2(t *testing.T)
- func TestFsListDirRoot(t *testing.T)
- func TestFsListEmpty(t *testing.T)
- func TestFsListFile1(t *testing.T)
- func TestFsListFile1and2(t *testing.T)
- func TestFsListRoot(t *testing.T)
- func TestFsMkdir(t *testing.T)
- func TestFsMove(t *testing.T)
- func TestFsNewFsObject(t *testing.T)
- func TestFsNewFsObjectNotFound(t *testing.T)
- func TestFsPrecision(t *testing.T)
- func TestFsPutFile1(t *testing.T)
- func TestFsPutFile2(t *testing.T)
- func TestFsRmdirEmpty(t *testing.T)
- func TestFsRmdirFull(t *testing.T)
- func TestFsRmdirNotFound(t *testing.T)
- func TestFsString(t *testing.T)
- func TestInit(t *testing.T)
- func TestLimitedFs(t *testing.T)
- func TestLimitedFsNotFound(t *testing.T)
- func TestObjectFs(t *testing.T)
- func TestObjectMd5sum(t *testing.T)
- func TestObjectModTime(t *testing.T)
- func TestObjectOpen(t *testing.T)
- func TestObjectPurge(t *testing.T)
- func TestObjectRemote(t *testing.T)
- func TestObjectRemove(t *testing.T)
- func TestObjectSetModTime(t *testing.T)
- func TestObjectSize(t *testing.T)
- func TestObjectStorable(t *testing.T)
- func TestObjectString(t *testing.T)
- func TestObjectUpdate(t *testing.T)
- type TestFile
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RemoteName = "" NilObject fs.Object )
Functions ¶
func TestFinalise ¶
func TestFsCopy ¶
func TestFsDirMove ¶
Move src to this remote using server side move operations.
Will only be called if src.Fs().Name() == f.Name()
If it isn't possible then return fs.ErrorCantDirMove
If destination exists then return fs.ErrorDirExists
func TestFsListDirEmpty ¶
func TestFsListDirFile2 ¶
func TestFsListDirRoot ¶
func TestFsListEmpty ¶
func TestFsListFile1 ¶
func TestFsListFile1and2 ¶
func TestFsListRoot ¶
func TestFsMkdir ¶
func TestFsMove ¶
func TestFsNewFsObject ¶
func TestFsPrecision ¶
func TestFsPutFile1 ¶
func TestFsPutFile2 ¶
func TestFsRmdirEmpty ¶
func TestFsRmdirFull ¶
func TestFsRmdirNotFound ¶
func TestFsString ¶
func TestLimitedFs ¶
func TestLimitedFsNotFound ¶
func TestObjectFs ¶
func TestObjectMd5sum ¶
func TestObjectModTime ¶
func TestObjectOpen ¶
func TestObjectPurge ¶
func TestObjectRemote ¶
func TestObjectRemove ¶
func TestObjectSetModTime ¶
func TestObjectSize ¶
func TestObjectStorable ¶
func TestObjectString ¶
func TestObjectUpdate ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.