mocks

package
v5.39.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2021 License: AGPL-3.0, Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileBackend

type FileBackend struct {
	mock.Mock
}

FileBackend is an autogenerated mock type for the FileBackend type

func (*FileBackend) AppendFile

func (_m *FileBackend) AppendFile(fr io.Reader, path string) (int64, error)

AppendFile provides a mock function with given fields: fr, path

func (*FileBackend) CopyFile

func (_m *FileBackend) CopyFile(oldPath string, newPath string) error

CopyFile provides a mock function with given fields: oldPath, newPath

func (*FileBackend) FileExists

func (_m *FileBackend) FileExists(path string) (bool, error)

FileExists provides a mock function with given fields: path

func (*FileBackend) FileModTime

func (_m *FileBackend) FileModTime(path string) (time.Time, error)

FileModTime provides a mock function with given fields: path

func (*FileBackend) FileSize

func (_m *FileBackend) FileSize(path string) (int64, error)

FileSize provides a mock function with given fields: path

func (*FileBackend) ListDirectory

func (_m *FileBackend) ListDirectory(path string) ([]string, error)

ListDirectory provides a mock function with given fields: path

func (*FileBackend) MoveFile

func (_m *FileBackend) MoveFile(oldPath string, newPath string) error

MoveFile provides a mock function with given fields: oldPath, newPath

func (*FileBackend) ReadFile

func (_m *FileBackend) ReadFile(path string) ([]byte, error)

ReadFile provides a mock function with given fields: path

func (*FileBackend) Reader

func (_m *FileBackend) Reader(path string) (filestore.ReadCloseSeeker, error)

Reader provides a mock function with given fields: path

func (*FileBackend) RemoveDirectory

func (_m *FileBackend) RemoveDirectory(path string) error

RemoveDirectory provides a mock function with given fields: path

func (*FileBackend) RemoveFile

func (_m *FileBackend) RemoveFile(path string) error

RemoveFile provides a mock function with given fields: path

func (*FileBackend) TestConnection

func (_m *FileBackend) TestConnection() error

TestConnection provides a mock function with given fields:

func (*FileBackend) WriteFile

func (_m *FileBackend) WriteFile(fr io.Reader, path string) (int64, error)

WriteFile provides a mock function with given fields: fr, path

type ReadCloseSeeker

type ReadCloseSeeker struct {
	mock.Mock
}

ReadCloseSeeker is an autogenerated mock type for the ReadCloseSeeker type

func (*ReadCloseSeeker) Close

func (_m *ReadCloseSeeker) Close() error

Close provides a mock function with given fields:

func (*ReadCloseSeeker) Read

func (_m *ReadCloseSeeker) Read(p []byte) (int, error)

Read provides a mock function with given fields: p

func (*ReadCloseSeeker) Seek

func (_m *ReadCloseSeeker) Seek(offset int64, whence int) (int64, error)

Seek provides a mock function with given fields: offset, whence

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL