mocks

package
v0.0.0-...-a200beb Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2019 License: AGPL-3.0, Apache-2.0 Imports: 3 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

func (_m *FileBackend) Reader(path string) (io.ReadCloser, *model.AppError)

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

Jump to

Keyboard shortcuts

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