mocks

package
v5.0.0-...-9dfa12e Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2020 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) CopyFile

func (_m *FileBackend) CopyFile(oldPath string, newPath string) *model.AppError

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

func (*FileBackend) FileExists

func (_m *FileBackend) FileExists(path string) (bool, *model.AppError)

FileExists provides a mock function with given fields: path

func (*FileBackend) ListDirectory

func (_m *FileBackend) ListDirectory(path string) (*[]string, *model.AppError)

ListDirectory provides a mock function with given fields: path

func (*FileBackend) MoveFile

func (_m *FileBackend) MoveFile(oldPath string, newPath string) *model.AppError

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

func (*FileBackend) ReadFile

func (_m *FileBackend) ReadFile(path string) ([]byte, *model.AppError)

ReadFile provides a mock function with given fields: path

func (*FileBackend) Reader

Reader provides a mock function with given fields: path

func (*FileBackend) RemoveDirectory

func (_m *FileBackend) RemoveDirectory(path string) *model.AppError

RemoveDirectory provides a mock function with given fields: path

func (*FileBackend) RemoveFile

func (_m *FileBackend) RemoveFile(path string) *model.AppError

RemoveFile provides a mock function with given fields: path

func (*FileBackend) TestConnection

func (_m *FileBackend) TestConnection() *model.AppError

TestConnection provides a mock function with given fields:

func (*FileBackend) WriteFile

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

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