package
6.26.0
Repository: https://github.com/c2fo/vfs.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new instance of Client.
NewFileInfo creates a new instance of FileInfo.
NewReadWriteSeekCloser creates a new instance of ReadWriteSeekCloser.

# Structs

Client is an autogenerated mock type for the Client type.
Client_Chmod_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Chmod'.
Client_Chtimes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Chtimes'.
Client_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
Client_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'.
No description provided by the author
Client_MkdirAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MkdirAll'.
Client_OpenFile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'OpenFile'.
Client_ReadDir_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReadDir'.
Client_Remove_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Remove'.
Client_Rename_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Rename'.
Client_Stat_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Stat'.
FileInfo is an autogenerated mock type for the FileInfo type.
No description provided by the author
FileInfo_IsDir_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsDir'.
FileInfo_Mode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Mode'.
FileInfo_ModTime_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ModTime'.
FileInfo_Name_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Name'.
FileInfo_Size_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Size'.
FileInfo_Sys_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Sys'.
ReadWriteSeekCloser is an autogenerated mock type for the ReadWriteSeekCloser type.
ReadWriteSeekCloser_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'.
No description provided by the author
ReadWriteSeekCloser_Read_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Read'.
ReadWriteSeekCloser_Seek_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Seek'.
ReadWriteSeekCloser_Write_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Write'.