Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileIoPerformer ¶
FileIoPerformer is an autogenerated mock type for the FileIoPerformer type
func (*FileIoPerformer) MkdirAll ¶
func (_m *FileIoPerformer) MkdirAll(path string, perm os.FileMode) error
MkdirAll provides a mock function with given fields: path, perm
func (*FileIoPerformer) OpenFileReader ¶
func (_m *FileIoPerformer) OpenFileReader(name string, flag int, perm os.FileMode) (io.Reader, error)
OpenFileReader provides a mock function with given fields: name, flag, perm
func (*FileIoPerformer) OpenFileWriter ¶
func (_m *FileIoPerformer) OpenFileWriter(name string, flag int, perm os.FileMode) (io.WriteCloser, error)
OpenFileWriter provides a mock function with given fields: name, flag, perm
Click to show internal directories.
Click to hide internal directories.