mocks

package
v1.63.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDiskUsage

type MockDiskUsage struct {
	// contains filtered or unexported fields
}

MockDiskUsage is a mock of DiskUsage interface.

func NewMockDiskUsage

func NewMockDiskUsage(ctrl *gomock.Controller) *MockDiskUsage

NewMockDiskUsage creates a new mock instance.

func (*MockDiskUsage) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDiskUsage) GetFree

func (m *MockDiskUsage) GetFree() uint64

GetFree mocks base method.

func (*MockDiskUsage) GetInodesFree

func (m *MockDiskUsage) GetInodesFree() uint64

GetInodesFree mocks base method.

func (*MockDiskUsage) GetInodesTotal

func (m *MockDiskUsage) GetInodesTotal() uint64

GetInodesTotal mocks base method.

func (*MockDiskUsage) GetInodesUsed

func (m *MockDiskUsage) GetInodesUsed() uint64

GetInodesUsed mocks base method.

func (*MockDiskUsage) GetInodesUsedPercent

func (m *MockDiskUsage) GetInodesUsedPercent() float64

GetInodesUsedPercent mocks base method.

func (*MockDiskUsage) GetTotal

func (m *MockDiskUsage) GetTotal() uint64

GetTotal mocks base method.

func (*MockDiskUsage) GetUsed

func (m *MockDiskUsage) GetUsed() uint64

GetUsed mocks base method.

func (*MockDiskUsage) GetUsedPercent

func (m *MockDiskUsage) GetUsedPercent() float64

GetUsedPercent mocks base method.

type MockDiskUsageMockRecorder

type MockDiskUsageMockRecorder struct {
	// contains filtered or unexported fields
}

MockDiskUsageMockRecorder is the mock recorder for MockDiskUsage.

func (*MockDiskUsageMockRecorder) GetFree

func (mr *MockDiskUsageMockRecorder) GetFree() *gomock.Call

GetFree indicates an expected call of GetFree.

func (*MockDiskUsageMockRecorder) GetInodesFree

func (mr *MockDiskUsageMockRecorder) GetInodesFree() *gomock.Call

GetInodesFree indicates an expected call of GetInodesFree.

func (*MockDiskUsageMockRecorder) GetInodesTotal

func (mr *MockDiskUsageMockRecorder) GetInodesTotal() *gomock.Call

GetInodesTotal indicates an expected call of GetInodesTotal.

func (*MockDiskUsageMockRecorder) GetInodesUsed

func (mr *MockDiskUsageMockRecorder) GetInodesUsed() *gomock.Call

GetInodesUsed indicates an expected call of GetInodesUsed.

func (*MockDiskUsageMockRecorder) GetInodesUsedPercent

func (mr *MockDiskUsageMockRecorder) GetInodesUsedPercent() *gomock.Call

GetInodesUsedPercent indicates an expected call of GetInodesUsedPercent.

func (*MockDiskUsageMockRecorder) GetTotal

func (mr *MockDiskUsageMockRecorder) GetTotal() *gomock.Call

GetTotal indicates an expected call of GetTotal.

func (*MockDiskUsageMockRecorder) GetUsed

func (mr *MockDiskUsageMockRecorder) GetUsed() *gomock.Call

GetUsed indicates an expected call of GetUsed.

func (*MockDiskUsageMockRecorder) GetUsedPercent

func (mr *MockDiskUsageMockRecorder) GetUsedPercent() *gomock.Call

GetUsedPercent indicates an expected call of GetUsedPercent.

type MockFS

type MockFS struct {
	// contains filtered or unexported fields
}

MockFS is a mock of FS interface.

func NewMockFS

func NewMockFS(ctrl *gomock.Controller) *MockFS

NewMockFS creates a new mock instance.

func (*MockFS) ChangeOwnership added in v1.43.0

func (m *MockFS) ChangeOwnership(arg0 string, arg1 *user.User) error

ChangeOwnership mocks base method.

func (*MockFS) ChangeOwnershipRecursively added in v1.54.0

func (m *MockFS) ChangeOwnershipRecursively(arg0 context.Context, arg1 string, arg2 *user.User) error

ChangeOwnershipRecursively mocks base method.

func (*MockFS) Chmod

func (m *MockFS) Chmod(arg0 string, arg1 fs.FileMode) error

Chmod mocks base method.

func (*MockFS) ChmodRecursively added in v1.54.0

func (m *MockFS) ChmodRecursively(arg0 context.Context, arg1 string, arg2 fs.FileMode) error

ChmodRecursively mocks base method.

func (*MockFS) Chown

func (m *MockFS) Chown(arg0 string, arg1, arg2 int) error

Chown mocks base method.

func (*MockFS) ChownRecursively added in v1.54.0

func (m *MockFS) ChownRecursively(arg0 context.Context, arg1 string, arg2, arg3 int) error

ChownRecursively mocks base method.

func (*MockFS) Chtimes

func (m *MockFS) Chtimes(arg0 string, arg1, arg2 time.Time) error

Chtimes mocks base method.

func (*MockFS) CleanDir

func (m *MockFS) CleanDir(arg0 string) error

CleanDir mocks base method.

func (*MockFS) CleanDirWithContext added in v1.15.0

func (m *MockFS) CleanDirWithContext(arg0 context.Context, arg1 string) error

CleanDirWithContext mocks base method.

func (*MockFS) CleanDirWithContextAndExclusionPatterns added in v1.20.0

func (m *MockFS) CleanDirWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 ...string) error

CleanDirWithContextAndExclusionPatterns mocks base method.

func (*MockFS) ConvertFilePath

func (m *MockFS) ConvertFilePath(arg0 string) string

ConvertFilePath mocks base method.

func (*MockFS) ConvertToAbsolutePath

func (m *MockFS) ConvertToAbsolutePath(arg0 string, arg1 ...string) ([]string, error)

ConvertToAbsolutePath mocks base method.

func (*MockFS) ConvertToRelativePath

func (m *MockFS) ConvertToRelativePath(arg0 string, arg1 ...string) ([]string, error)

ConvertToRelativePath mocks base method.

func (*MockFS) Copy

func (m *MockFS) Copy(arg0, arg1 string) error

Copy mocks base method.

func (*MockFS) CopyToDirectory added in v1.26.0

func (m *MockFS) CopyToDirectory(arg0, arg1 string) error

CopyToDirectory mocks base method.

func (*MockFS) CopyToDirectoryWithContext added in v1.26.0

func (m *MockFS) CopyToDirectoryWithContext(arg0 context.Context, arg1, arg2 string) error

CopyToDirectoryWithContext mocks base method.

func (*MockFS) CopyToFile added in v1.26.0

func (m *MockFS) CopyToFile(arg0, arg1 string) error

CopyToFile mocks base method.

func (*MockFS) CopyToFileWithContext added in v1.26.0

func (m *MockFS) CopyToFileWithContext(arg0 context.Context, arg1, arg2 string) error

CopyToFileWithContext mocks base method.

func (*MockFS) CopyWithContext added in v1.15.0

func (m *MockFS) CopyWithContext(arg0 context.Context, arg1, arg2 string) error

CopyWithContext mocks base method.

func (*MockFS) CopyWithContextAndExclusionPatterns added in v1.20.0

func (m *MockFS) CopyWithContextAndExclusionPatterns(arg0 context.Context, arg1, arg2 string, arg3 ...string) error

CopyWithContextAndExclusionPatterns mocks base method.

func (*MockFS) CreateFile

func (m *MockFS) CreateFile(arg0 string) (filesystem.File, error)

CreateFile mocks base method.

func (*MockFS) CurrentDirectory

func (m *MockFS) CurrentDirectory() (string, error)

CurrentDirectory mocks base method.

func (*MockFS) DiskUsage

func (m *MockFS) DiskUsage(arg0 string) (filesystem.DiskUsage, error)

DiskUsage mocks base method.

func (*MockFS) EXPECT

func (m *MockFS) EXPECT() *MockFSMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFS) ExcludeAll

func (m *MockFS) ExcludeAll(arg0 []string, arg1 ...string) ([]string, error)

ExcludeAll mocks base method.

func (*MockFS) Exists

func (m *MockFS) Exists(arg0 string) bool

Exists mocks base method.

func (*MockFS) FetchFileOwner added in v1.43.0

func (m *MockFS) FetchFileOwner(arg0 string) (*user.User, error)

FetchFileOwner mocks base method.

func (*MockFS) FetchOwners added in v1.18.0

func (m *MockFS) FetchOwners(arg0 string) (int, int, error)

FetchOwners mocks base method.

func (*MockFS) FileHash

func (m *MockFS) FileHash(arg0, arg1 string) (string, error)

FileHash mocks base method.

func (*MockFS) FileHashWithContext added in v1.28.0

func (m *MockFS) FileHashWithContext(arg0 context.Context, arg1, arg2 string) (string, error)

FileHashWithContext mocks base method.

func (*MockFS) FindAll

func (m *MockFS) FindAll(arg0 string, arg1 ...string) ([]string, error)

FindAll mocks base method.

func (*MockFS) GarbageCollect

func (m *MockFS) GarbageCollect(arg0 string, arg1 time.Duration) error

GarbageCollect mocks base method.

func (*MockFS) GarbageCollectWithContext added in v1.15.0

func (m *MockFS) GarbageCollectWithContext(arg0 context.Context, arg1 string, arg2 time.Duration) error

GarbageCollectWithContext mocks base method.

func (*MockFS) GenericOpen

func (m *MockFS) GenericOpen(arg0 string) (filesystem.File, error)

GenericOpen mocks base method.

func (*MockFS) GetFileSize

func (m *MockFS) GetFileSize(arg0 string) (int64, error)

GetFileSize mocks base method.

func (*MockFS) GetType

func (m *MockFS) GetType() filesystem.FilesystemType

GetType mocks base method.

func (*MockFS) Glob added in v1.54.0

func (m *MockFS) Glob(arg0 string) ([]string, error)

Glob mocks base method.

func (*MockFS) IsDir

func (m *MockFS) IsDir(arg0 string) (bool, error)

IsDir mocks base method.

func (*MockFS) IsEmpty

func (m *MockFS) IsEmpty(arg0 string) (bool, error)

IsEmpty mocks base method.

func (*MockFS) IsFile

func (m *MockFS) IsFile(arg0 string) (bool, error)

IsFile mocks base method.

func (m *MockFS) IsLink(arg0 string) (bool, error)

IsLink mocks base method.

func (*MockFS) IsZip added in v1.24.0

func (m *MockFS) IsZip(arg0 string) bool

IsZip mocks base method.

func (*MockFS) IsZipWithContext added in v1.24.0

func (m *MockFS) IsZipWithContext(arg0 context.Context, arg1 string) (bool, error)

IsZipWithContext mocks base method.

func (m *MockFS) Link(arg0, arg1 string) error

Link mocks base method.

func (*MockFS) ListDirTree

func (m *MockFS) ListDirTree(arg0 string, arg1 *[]string) error

ListDirTree mocks base method.

func (*MockFS) ListDirTreeWithContext added in v1.15.0

func (m *MockFS) ListDirTreeWithContext(arg0 context.Context, arg1 string, arg2 *[]string) error

ListDirTreeWithContext mocks base method.

func (*MockFS) ListDirTreeWithContextAndExclusionPatterns added in v1.20.0

func (m *MockFS) ListDirTreeWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 *[]string, arg3 ...string) error

ListDirTreeWithContextAndExclusionPatterns mocks base method.

func (*MockFS) Lls

func (m *MockFS) Lls(arg0 string) ([]fs.FileInfo, error)

Lls mocks base method.

func (*MockFS) LlsFromOpenedDirectory

func (m *MockFS) LlsFromOpenedDirectory(arg0 filesystem.File) ([]fs.FileInfo, error)

LlsFromOpenedDirectory mocks base method.

func (*MockFS) Ls

func (m *MockFS) Ls(arg0 string) ([]string, error)

Ls mocks base method.

func (*MockFS) LsFromOpenedDirectory

func (m *MockFS) LsFromOpenedDirectory(arg0 filesystem.File) ([]string, error)

LsFromOpenedDirectory mocks base method.

func (*MockFS) LsWithExclusionPatterns added in v1.20.0

func (m *MockFS) LsWithExclusionPatterns(arg0 string, arg1 ...string) ([]string, error)

LsWithExclusionPatterns mocks base method.

func (*MockFS) Lstat

func (m *MockFS) Lstat(arg0 string) (fs.FileInfo, error)

Lstat mocks base method.

func (*MockFS) MkDir

func (m *MockFS) MkDir(arg0 string) error

MkDir mocks base method.

func (*MockFS) MkDirAll

func (m *MockFS) MkDirAll(arg0 string, arg1 fs.FileMode) error

MkDirAll mocks base method.

func (*MockFS) Move

func (m *MockFS) Move(arg0, arg1 string) error

Move mocks base method.

func (*MockFS) MoveWithContext added in v1.15.0

func (m *MockFS) MoveWithContext(arg0 context.Context, arg1, arg2 string) error

MoveWithContext mocks base method.

func (*MockFS) NewRemoteLockFile

func (m *MockFS) NewRemoteLockFile(arg0, arg1 string) filesystem.ILock

NewRemoteLockFile mocks base method.

func (*MockFS) Open

func (m *MockFS) Open(arg0 string) (doublestar.File, error)

Open mocks base method.

func (*MockFS) OpenFile

func (m *MockFS) OpenFile(arg0 string, arg1 int, arg2 fs.FileMode) (filesystem.File, error)

OpenFile mocks base method.

func (*MockFS) PathSeparator

func (m *MockFS) PathSeparator() int32

PathSeparator mocks base method.

func (*MockFS) ReadFile

func (m *MockFS) ReadFile(arg0 string) ([]byte, error)

ReadFile mocks base method.

func (*MockFS) ReadFileContent added in v1.39.0

func (m *MockFS) ReadFileContent(arg0 context.Context, arg1 filesystem.File, arg2 filesystem.ILimits) ([]byte, error)

ReadFileContent mocks base method.

func (*MockFS) ReadFileWithContext added in v1.24.0

func (m *MockFS) ReadFileWithContext(arg0 context.Context, arg1 string) ([]byte, error)

ReadFileWithContext mocks base method.

func (*MockFS) ReadFileWithContextAndLimits added in v1.24.0

func (m *MockFS) ReadFileWithContextAndLimits(arg0 context.Context, arg1 string, arg2 filesystem.ILimits) ([]byte, error)

ReadFileWithContextAndLimits mocks base method.

func (*MockFS) ReadFileWithLimits added in v1.15.0

func (m *MockFS) ReadFileWithLimits(arg0 string, arg1 filesystem.ILimits) ([]byte, error)

ReadFileWithLimits mocks base method.

func (m *MockFS) Readlink(arg0 string) (string, error)

Readlink mocks base method.

func (*MockFS) RemoveWithContext added in v1.15.0

func (m *MockFS) RemoveWithContext(arg0 context.Context, arg1 string) error

RemoveWithContext mocks base method.

func (*MockFS) RemoveWithContextAndExclusionPatterns added in v1.20.0

func (m *MockFS) RemoveWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 ...string) error

RemoveWithContextAndExclusionPatterns mocks base method.

func (*MockFS) RemoveWithPrivileges added in v1.50.0

func (m *MockFS) RemoveWithPrivileges(arg0 context.Context, arg1 string) error

RemoveWithPrivileges mocks base method.

func (*MockFS) Rm

func (m *MockFS) Rm(arg0 string) error

Rm mocks base method.

func (*MockFS) Stat

func (m *MockFS) Stat(arg0 string) (fs.FileInfo, error)

Stat mocks base method.

func (*MockFS) StatTimes

func (m *MockFS) StatTimes(arg0 string) (filesystem.FileTimeInfo, error)

StatTimes mocks base method.

func (*MockFS) SubDirectories

func (m *MockFS) SubDirectories(arg0 string) ([]string, error)

SubDirectories mocks base method.

func (*MockFS) SubDirectoriesWithContext added in v1.15.0

func (m *MockFS) SubDirectoriesWithContext(arg0 context.Context, arg1 string) ([]string, error)

SubDirectoriesWithContext mocks base method.

func (*MockFS) SubDirectoriesWithContextAndExclusionPatterns added in v1.20.0

func (m *MockFS) SubDirectoriesWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 ...string) ([]string, error)

SubDirectoriesWithContextAndExclusionPatterns mocks base method.

func (m *MockFS) Symlink(arg0, arg1 string) error

Symlink mocks base method.

func (*MockFS) TempDir

func (m *MockFS) TempDir(arg0, arg1 string) (string, error)

TempDir mocks base method.

func (*MockFS) TempDirInTempDir

func (m *MockFS) TempDirInTempDir(arg0 string) (string, error)

TempDirInTempDir mocks base method.

func (*MockFS) TempDirectory

func (m *MockFS) TempDirectory() string

TempDirectory mocks base method.

func (*MockFS) TempFile

func (m *MockFS) TempFile(arg0, arg1 string) (filesystem.File, error)

TempFile mocks base method.

func (*MockFS) TempFileInTempDir

func (m *MockFS) TempFileInTempDir(arg0 string) (filesystem.File, error)

TempFileInTempDir mocks base method.

func (*MockFS) Touch added in v1.54.0

func (m *MockFS) Touch(arg0 string) error

Touch mocks base method.

func (*MockFS) TouchTempFile added in v1.54.0

func (m *MockFS) TouchTempFile(arg0, arg1 string) (string, error)

TouchTempFile mocks base method.

func (*MockFS) TouchTempFileInTempDir added in v1.54.0

func (m *MockFS) TouchTempFileInTempDir(arg0 string) (string, error)

TouchTempFileInTempDir mocks base method.

func (*MockFS) Unzip

func (m *MockFS) Unzip(arg0, arg1 string) ([]string, error)

Unzip mocks base method.

func (*MockFS) UnzipWithContext added in v1.15.0

func (m *MockFS) UnzipWithContext(arg0 context.Context, arg1, arg2 string) ([]string, error)

UnzipWithContext mocks base method.

func (*MockFS) UnzipWithContextAndLimits added in v1.15.0

func (m *MockFS) UnzipWithContextAndLimits(arg0 context.Context, arg1, arg2 string, arg3 filesystem.ILimits) ([]string, error)

UnzipWithContextAndLimits mocks base method.

func (*MockFS) Walk

func (m *MockFS) Walk(arg0 string, arg1 filepath.WalkFunc) error

Walk mocks base method.

func (*MockFS) WalkWithContext added in v1.15.0

func (m *MockFS) WalkWithContext(arg0 context.Context, arg1 string, arg2 filepath.WalkFunc) error

WalkWithContext mocks base method.

func (*MockFS) WalkWithContextAndExclusionPatterns added in v1.20.0

func (m *MockFS) WalkWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 filepath.WalkFunc, arg3 ...string) error

WalkWithContextAndExclusionPatterns mocks base method.

func (*MockFS) WriteFile

func (m *MockFS) WriteFile(arg0 string, arg1 []byte, arg2 fs.FileMode) error

WriteFile mocks base method.

func (*MockFS) WriteFileWithContext added in v1.24.0

func (m *MockFS) WriteFileWithContext(arg0 context.Context, arg1 string, arg2 []byte, arg3 fs.FileMode) error

WriteFileWithContext mocks base method.

func (*MockFS) WriteToFile added in v1.24.0

func (m *MockFS) WriteToFile(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 fs.FileMode) (int64, error)

WriteToFile mocks base method.

func (*MockFS) Zip

func (m *MockFS) Zip(arg0, arg1 string) error

Zip mocks base method.

func (*MockFS) ZipWithContext added in v1.15.0

func (m *MockFS) ZipWithContext(arg0 context.Context, arg1, arg2 string) error

ZipWithContext mocks base method.

func (*MockFS) ZipWithContextAndLimits added in v1.15.0

func (m *MockFS) ZipWithContextAndLimits(arg0 context.Context, arg1, arg2 string, arg3 filesystem.ILimits) error

ZipWithContextAndLimits mocks base method.

func (*MockFS) ZipWithContextAndLimitsAndExclusionPatterns added in v1.20.0

func (m *MockFS) ZipWithContextAndLimitsAndExclusionPatterns(arg0 context.Context, arg1, arg2 string, arg3 filesystem.ILimits, arg4 ...string) error

ZipWithContextAndLimitsAndExclusionPatterns mocks base method.

type MockFSMockRecorder

type MockFSMockRecorder struct {
	// contains filtered or unexported fields
}

MockFSMockRecorder is the mock recorder for MockFS.

func (*MockFSMockRecorder) ChangeOwnership added in v1.43.0

func (mr *MockFSMockRecorder) ChangeOwnership(arg0, arg1 interface{}) *gomock.Call

ChangeOwnership indicates an expected call of ChangeOwnership.

func (*MockFSMockRecorder) ChangeOwnershipRecursively added in v1.54.0

func (mr *MockFSMockRecorder) ChangeOwnershipRecursively(arg0, arg1, arg2 interface{}) *gomock.Call

ChangeOwnershipRecursively indicates an expected call of ChangeOwnershipRecursively.

func (*MockFSMockRecorder) Chmod

func (mr *MockFSMockRecorder) Chmod(arg0, arg1 interface{}) *gomock.Call

Chmod indicates an expected call of Chmod.

func (*MockFSMockRecorder) ChmodRecursively added in v1.54.0

func (mr *MockFSMockRecorder) ChmodRecursively(arg0, arg1, arg2 interface{}) *gomock.Call

ChmodRecursively indicates an expected call of ChmodRecursively.

func (*MockFSMockRecorder) Chown

func (mr *MockFSMockRecorder) Chown(arg0, arg1, arg2 interface{}) *gomock.Call

Chown indicates an expected call of Chown.

func (*MockFSMockRecorder) ChownRecursively added in v1.54.0

func (mr *MockFSMockRecorder) ChownRecursively(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ChownRecursively indicates an expected call of ChownRecursively.

func (*MockFSMockRecorder) Chtimes

func (mr *MockFSMockRecorder) Chtimes(arg0, arg1, arg2 interface{}) *gomock.Call

Chtimes indicates an expected call of Chtimes.

func (*MockFSMockRecorder) CleanDir

func (mr *MockFSMockRecorder) CleanDir(arg0 interface{}) *gomock.Call

CleanDir indicates an expected call of CleanDir.

func (*MockFSMockRecorder) CleanDirWithContext added in v1.15.0

func (mr *MockFSMockRecorder) CleanDirWithContext(arg0, arg1 interface{}) *gomock.Call

CleanDirWithContext indicates an expected call of CleanDirWithContext.

func (*MockFSMockRecorder) CleanDirWithContextAndExclusionPatterns added in v1.20.0

func (mr *MockFSMockRecorder) CleanDirWithContextAndExclusionPatterns(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CleanDirWithContextAndExclusionPatterns indicates an expected call of CleanDirWithContextAndExclusionPatterns.

func (*MockFSMockRecorder) ConvertFilePath

func (mr *MockFSMockRecorder) ConvertFilePath(arg0 interface{}) *gomock.Call

ConvertFilePath indicates an expected call of ConvertFilePath.

func (*MockFSMockRecorder) ConvertToAbsolutePath

func (mr *MockFSMockRecorder) ConvertToAbsolutePath(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ConvertToAbsolutePath indicates an expected call of ConvertToAbsolutePath.

func (*MockFSMockRecorder) ConvertToRelativePath

func (mr *MockFSMockRecorder) ConvertToRelativePath(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ConvertToRelativePath indicates an expected call of ConvertToRelativePath.

func (*MockFSMockRecorder) Copy

func (mr *MockFSMockRecorder) Copy(arg0, arg1 interface{}) *gomock.Call

Copy indicates an expected call of Copy.

func (*MockFSMockRecorder) CopyToDirectory added in v1.26.0

func (mr *MockFSMockRecorder) CopyToDirectory(arg0, arg1 interface{}) *gomock.Call

CopyToDirectory indicates an expected call of CopyToDirectory.

func (*MockFSMockRecorder) CopyToDirectoryWithContext added in v1.26.0

func (mr *MockFSMockRecorder) CopyToDirectoryWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

CopyToDirectoryWithContext indicates an expected call of CopyToDirectoryWithContext.

func (*MockFSMockRecorder) CopyToFile added in v1.26.0

func (mr *MockFSMockRecorder) CopyToFile(arg0, arg1 interface{}) *gomock.Call

CopyToFile indicates an expected call of CopyToFile.

func (*MockFSMockRecorder) CopyToFileWithContext added in v1.26.0

func (mr *MockFSMockRecorder) CopyToFileWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

CopyToFileWithContext indicates an expected call of CopyToFileWithContext.

func (*MockFSMockRecorder) CopyWithContext added in v1.15.0

func (mr *MockFSMockRecorder) CopyWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

CopyWithContext indicates an expected call of CopyWithContext.

func (*MockFSMockRecorder) CopyWithContextAndExclusionPatterns added in v1.20.0

func (mr *MockFSMockRecorder) CopyWithContextAndExclusionPatterns(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

CopyWithContextAndExclusionPatterns indicates an expected call of CopyWithContextAndExclusionPatterns.

func (*MockFSMockRecorder) CreateFile

func (mr *MockFSMockRecorder) CreateFile(arg0 interface{}) *gomock.Call

CreateFile indicates an expected call of CreateFile.

func (*MockFSMockRecorder) CurrentDirectory

func (mr *MockFSMockRecorder) CurrentDirectory() *gomock.Call

CurrentDirectory indicates an expected call of CurrentDirectory.

func (*MockFSMockRecorder) DiskUsage

func (mr *MockFSMockRecorder) DiskUsage(arg0 interface{}) *gomock.Call

DiskUsage indicates an expected call of DiskUsage.

func (*MockFSMockRecorder) ExcludeAll

func (mr *MockFSMockRecorder) ExcludeAll(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ExcludeAll indicates an expected call of ExcludeAll.

func (*MockFSMockRecorder) Exists

func (mr *MockFSMockRecorder) Exists(arg0 interface{}) *gomock.Call

Exists indicates an expected call of Exists.

func (*MockFSMockRecorder) FetchFileOwner added in v1.43.0

func (mr *MockFSMockRecorder) FetchFileOwner(arg0 interface{}) *gomock.Call

FetchFileOwner indicates an expected call of FetchFileOwner.

func (*MockFSMockRecorder) FetchOwners added in v1.18.0

func (mr *MockFSMockRecorder) FetchOwners(arg0 interface{}) *gomock.Call

FetchOwners indicates an expected call of FetchOwners.

func (*MockFSMockRecorder) FileHash

func (mr *MockFSMockRecorder) FileHash(arg0, arg1 interface{}) *gomock.Call

FileHash indicates an expected call of FileHash.

func (*MockFSMockRecorder) FileHashWithContext added in v1.28.0

func (mr *MockFSMockRecorder) FileHashWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

FileHashWithContext indicates an expected call of FileHashWithContext.

func (*MockFSMockRecorder) FindAll

func (mr *MockFSMockRecorder) FindAll(arg0 interface{}, arg1 ...interface{}) *gomock.Call

FindAll indicates an expected call of FindAll.

func (*MockFSMockRecorder) GarbageCollect

func (mr *MockFSMockRecorder) GarbageCollect(arg0, arg1 interface{}) *gomock.Call

GarbageCollect indicates an expected call of GarbageCollect.

func (*MockFSMockRecorder) GarbageCollectWithContext added in v1.15.0

func (mr *MockFSMockRecorder) GarbageCollectWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

GarbageCollectWithContext indicates an expected call of GarbageCollectWithContext.

func (*MockFSMockRecorder) GenericOpen

func (mr *MockFSMockRecorder) GenericOpen(arg0 interface{}) *gomock.Call

GenericOpen indicates an expected call of GenericOpen.

func (*MockFSMockRecorder) GetFileSize

func (mr *MockFSMockRecorder) GetFileSize(arg0 interface{}) *gomock.Call

GetFileSize indicates an expected call of GetFileSize.

func (*MockFSMockRecorder) GetType

func (mr *MockFSMockRecorder) GetType() *gomock.Call

GetType indicates an expected call of GetType.

func (*MockFSMockRecorder) Glob added in v1.54.0

func (mr *MockFSMockRecorder) Glob(arg0 interface{}) *gomock.Call

Glob indicates an expected call of Glob.

func (*MockFSMockRecorder) IsDir

func (mr *MockFSMockRecorder) IsDir(arg0 interface{}) *gomock.Call

IsDir indicates an expected call of IsDir.

func (*MockFSMockRecorder) IsEmpty

func (mr *MockFSMockRecorder) IsEmpty(arg0 interface{}) *gomock.Call

IsEmpty indicates an expected call of IsEmpty.

func (*MockFSMockRecorder) IsFile

func (mr *MockFSMockRecorder) IsFile(arg0 interface{}) *gomock.Call

IsFile indicates an expected call of IsFile.

func (mr *MockFSMockRecorder) IsLink(arg0 interface{}) *gomock.Call

IsLink indicates an expected call of IsLink.

func (*MockFSMockRecorder) IsZip added in v1.24.0

func (mr *MockFSMockRecorder) IsZip(arg0 interface{}) *gomock.Call

IsZip indicates an expected call of IsZip.

func (*MockFSMockRecorder) IsZipWithContext added in v1.24.0

func (mr *MockFSMockRecorder) IsZipWithContext(arg0, arg1 interface{}) *gomock.Call

IsZipWithContext indicates an expected call of IsZipWithContext.

func (mr *MockFSMockRecorder) Link(arg0, arg1 interface{}) *gomock.Call

Link indicates an expected call of Link.

func (*MockFSMockRecorder) ListDirTree

func (mr *MockFSMockRecorder) ListDirTree(arg0, arg1 interface{}) *gomock.Call

ListDirTree indicates an expected call of ListDirTree.

func (*MockFSMockRecorder) ListDirTreeWithContext added in v1.15.0

func (mr *MockFSMockRecorder) ListDirTreeWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

ListDirTreeWithContext indicates an expected call of ListDirTreeWithContext.

func (*MockFSMockRecorder) ListDirTreeWithContextAndExclusionPatterns added in v1.20.0

func (mr *MockFSMockRecorder) ListDirTreeWithContextAndExclusionPatterns(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDirTreeWithContextAndExclusionPatterns indicates an expected call of ListDirTreeWithContextAndExclusionPatterns.

func (*MockFSMockRecorder) Lls

func (mr *MockFSMockRecorder) Lls(arg0 interface{}) *gomock.Call

Lls indicates an expected call of Lls.

func (*MockFSMockRecorder) LlsFromOpenedDirectory

func (mr *MockFSMockRecorder) LlsFromOpenedDirectory(arg0 interface{}) *gomock.Call

LlsFromOpenedDirectory indicates an expected call of LlsFromOpenedDirectory.

func (*MockFSMockRecorder) Ls

func (mr *MockFSMockRecorder) Ls(arg0 interface{}) *gomock.Call

Ls indicates an expected call of Ls.

func (*MockFSMockRecorder) LsFromOpenedDirectory

func (mr *MockFSMockRecorder) LsFromOpenedDirectory(arg0 interface{}) *gomock.Call

LsFromOpenedDirectory indicates an expected call of LsFromOpenedDirectory.

func (*MockFSMockRecorder) LsWithExclusionPatterns added in v1.20.0

func (mr *MockFSMockRecorder) LsWithExclusionPatterns(arg0 interface{}, arg1 ...interface{}) *gomock.Call

LsWithExclusionPatterns indicates an expected call of LsWithExclusionPatterns.

func (*MockFSMockRecorder) Lstat

func (mr *MockFSMockRecorder) Lstat(arg0 interface{}) *gomock.Call

Lstat indicates an expected call of Lstat.

func (*MockFSMockRecorder) MkDir

func (mr *MockFSMockRecorder) MkDir(arg0 interface{}) *gomock.Call

MkDir indicates an expected call of MkDir.

func (*MockFSMockRecorder) MkDirAll

func (mr *MockFSMockRecorder) MkDirAll(arg0, arg1 interface{}) *gomock.Call

MkDirAll indicates an expected call of MkDirAll.

func (*MockFSMockRecorder) Move

func (mr *MockFSMockRecorder) Move(arg0, arg1 interface{}) *gomock.Call

Move indicates an expected call of Move.

func (*MockFSMockRecorder) MoveWithContext added in v1.15.0

func (mr *MockFSMockRecorder) MoveWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

MoveWithContext indicates an expected call of MoveWithContext.

func (*MockFSMockRecorder) NewRemoteLockFile

func (mr *MockFSMockRecorder) NewRemoteLockFile(arg0, arg1 interface{}) *gomock.Call

NewRemoteLockFile indicates an expected call of NewRemoteLockFile.

func (*MockFSMockRecorder) Open

func (mr *MockFSMockRecorder) Open(arg0 interface{}) *gomock.Call

Open indicates an expected call of Open.

func (*MockFSMockRecorder) OpenFile

func (mr *MockFSMockRecorder) OpenFile(arg0, arg1, arg2 interface{}) *gomock.Call

OpenFile indicates an expected call of OpenFile.

func (*MockFSMockRecorder) PathSeparator

func (mr *MockFSMockRecorder) PathSeparator() *gomock.Call

PathSeparator indicates an expected call of PathSeparator.

func (*MockFSMockRecorder) ReadFile

func (mr *MockFSMockRecorder) ReadFile(arg0 interface{}) *gomock.Call

ReadFile indicates an expected call of ReadFile.

func (*MockFSMockRecorder) ReadFileContent added in v1.39.0

func (mr *MockFSMockRecorder) ReadFileContent(arg0, arg1, arg2 interface{}) *gomock.Call

ReadFileContent indicates an expected call of ReadFileContent.

func (*MockFSMockRecorder) ReadFileWithContext added in v1.24.0

func (mr *MockFSMockRecorder) ReadFileWithContext(arg0, arg1 interface{}) *gomock.Call

ReadFileWithContext indicates an expected call of ReadFileWithContext.

func (*MockFSMockRecorder) ReadFileWithContextAndLimits added in v1.24.0

func (mr *MockFSMockRecorder) ReadFileWithContextAndLimits(arg0, arg1, arg2 interface{}) *gomock.Call

ReadFileWithContextAndLimits indicates an expected call of ReadFileWithContextAndLimits.

func (*MockFSMockRecorder) ReadFileWithLimits added in v1.15.0

func (mr *MockFSMockRecorder) ReadFileWithLimits(arg0, arg1 interface{}) *gomock.Call

ReadFileWithLimits indicates an expected call of ReadFileWithLimits.

func (mr *MockFSMockRecorder) Readlink(arg0 interface{}) *gomock.Call

Readlink indicates an expected call of Readlink.

func (*MockFSMockRecorder) RemoveWithContext added in v1.15.0

func (mr *MockFSMockRecorder) RemoveWithContext(arg0, arg1 interface{}) *gomock.Call

RemoveWithContext indicates an expected call of RemoveWithContext.

func (*MockFSMockRecorder) RemoveWithContextAndExclusionPatterns added in v1.20.0

func (mr *MockFSMockRecorder) RemoveWithContextAndExclusionPatterns(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveWithContextAndExclusionPatterns indicates an expected call of RemoveWithContextAndExclusionPatterns.

func (*MockFSMockRecorder) RemoveWithPrivileges added in v1.50.0

func (mr *MockFSMockRecorder) RemoveWithPrivileges(arg0, arg1 interface{}) *gomock.Call

RemoveWithPrivileges indicates an expected call of RemoveWithPrivileges.

func (*MockFSMockRecorder) Rm

func (mr *MockFSMockRecorder) Rm(arg0 interface{}) *gomock.Call

Rm indicates an expected call of Rm.

func (*MockFSMockRecorder) Stat

func (mr *MockFSMockRecorder) Stat(arg0 interface{}) *gomock.Call

Stat indicates an expected call of Stat.

func (*MockFSMockRecorder) StatTimes

func (mr *MockFSMockRecorder) StatTimes(arg0 interface{}) *gomock.Call

StatTimes indicates an expected call of StatTimes.

func (*MockFSMockRecorder) SubDirectories

func (mr *MockFSMockRecorder) SubDirectories(arg0 interface{}) *gomock.Call

SubDirectories indicates an expected call of SubDirectories.

func (*MockFSMockRecorder) SubDirectoriesWithContext added in v1.15.0

func (mr *MockFSMockRecorder) SubDirectoriesWithContext(arg0, arg1 interface{}) *gomock.Call

SubDirectoriesWithContext indicates an expected call of SubDirectoriesWithContext.

func (*MockFSMockRecorder) SubDirectoriesWithContextAndExclusionPatterns added in v1.20.0

func (mr *MockFSMockRecorder) SubDirectoriesWithContextAndExclusionPatterns(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubDirectoriesWithContextAndExclusionPatterns indicates an expected call of SubDirectoriesWithContextAndExclusionPatterns.

func (mr *MockFSMockRecorder) Symlink(arg0, arg1 interface{}) *gomock.Call

Symlink indicates an expected call of Symlink.

func (*MockFSMockRecorder) TempDir

func (mr *MockFSMockRecorder) TempDir(arg0, arg1 interface{}) *gomock.Call

TempDir indicates an expected call of TempDir.

func (*MockFSMockRecorder) TempDirInTempDir

func (mr *MockFSMockRecorder) TempDirInTempDir(arg0 interface{}) *gomock.Call

TempDirInTempDir indicates an expected call of TempDirInTempDir.

func (*MockFSMockRecorder) TempDirectory

func (mr *MockFSMockRecorder) TempDirectory() *gomock.Call

TempDirectory indicates an expected call of TempDirectory.

func (*MockFSMockRecorder) TempFile

func (mr *MockFSMockRecorder) TempFile(arg0, arg1 interface{}) *gomock.Call

TempFile indicates an expected call of TempFile.

func (*MockFSMockRecorder) TempFileInTempDir

func (mr *MockFSMockRecorder) TempFileInTempDir(arg0 interface{}) *gomock.Call

TempFileInTempDir indicates an expected call of TempFileInTempDir.

func (*MockFSMockRecorder) Touch added in v1.54.0

func (mr *MockFSMockRecorder) Touch(arg0 interface{}) *gomock.Call

Touch indicates an expected call of Touch.

func (*MockFSMockRecorder) TouchTempFile added in v1.54.0

func (mr *MockFSMockRecorder) TouchTempFile(arg0, arg1 interface{}) *gomock.Call

TouchTempFile indicates an expected call of TouchTempFile.

func (*MockFSMockRecorder) TouchTempFileInTempDir added in v1.54.0

func (mr *MockFSMockRecorder) TouchTempFileInTempDir(arg0 interface{}) *gomock.Call

TouchTempFileInTempDir indicates an expected call of TouchTempFileInTempDir.

func (*MockFSMockRecorder) Unzip

func (mr *MockFSMockRecorder) Unzip(arg0, arg1 interface{}) *gomock.Call

Unzip indicates an expected call of Unzip.

func (*MockFSMockRecorder) UnzipWithContext added in v1.15.0

func (mr *MockFSMockRecorder) UnzipWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

UnzipWithContext indicates an expected call of UnzipWithContext.

func (*MockFSMockRecorder) UnzipWithContextAndLimits added in v1.15.0

func (mr *MockFSMockRecorder) UnzipWithContextAndLimits(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

UnzipWithContextAndLimits indicates an expected call of UnzipWithContextAndLimits.

func (*MockFSMockRecorder) Walk

func (mr *MockFSMockRecorder) Walk(arg0, arg1 interface{}) *gomock.Call

Walk indicates an expected call of Walk.

func (*MockFSMockRecorder) WalkWithContext added in v1.15.0

func (mr *MockFSMockRecorder) WalkWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

WalkWithContext indicates an expected call of WalkWithContext.

func (*MockFSMockRecorder) WalkWithContextAndExclusionPatterns added in v1.20.0

func (mr *MockFSMockRecorder) WalkWithContextAndExclusionPatterns(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

WalkWithContextAndExclusionPatterns indicates an expected call of WalkWithContextAndExclusionPatterns.

func (*MockFSMockRecorder) WriteFile

func (mr *MockFSMockRecorder) WriteFile(arg0, arg1, arg2 interface{}) *gomock.Call

WriteFile indicates an expected call of WriteFile.

func (*MockFSMockRecorder) WriteFileWithContext added in v1.24.0

func (mr *MockFSMockRecorder) WriteFileWithContext(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

WriteFileWithContext indicates an expected call of WriteFileWithContext.

func (*MockFSMockRecorder) WriteToFile added in v1.24.0

func (mr *MockFSMockRecorder) WriteToFile(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

WriteToFile indicates an expected call of WriteToFile.

func (*MockFSMockRecorder) Zip

func (mr *MockFSMockRecorder) Zip(arg0, arg1 interface{}) *gomock.Call

Zip indicates an expected call of Zip.

func (*MockFSMockRecorder) ZipWithContext added in v1.15.0

func (mr *MockFSMockRecorder) ZipWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

ZipWithContext indicates an expected call of ZipWithContext.

func (*MockFSMockRecorder) ZipWithContextAndLimits added in v1.15.0

func (mr *MockFSMockRecorder) ZipWithContextAndLimits(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZipWithContextAndLimits indicates an expected call of ZipWithContextAndLimits.

func (*MockFSMockRecorder) ZipWithContextAndLimitsAndExclusionPatterns added in v1.20.0

func (mr *MockFSMockRecorder) ZipWithContextAndLimitsAndExclusionPatterns(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call

ZipWithContextAndLimitsAndExclusionPatterns indicates an expected call of ZipWithContextAndLimitsAndExclusionPatterns.

type MockFile

type MockFile struct {
	// contains filtered or unexported fields
}

MockFile is a mock of File interface.

func NewMockFile

func NewMockFile(ctrl *gomock.Controller) *MockFile

NewMockFile creates a new mock instance.

func (*MockFile) Close

func (m *MockFile) Close() error

Close mocks base method.

func (*MockFile) EXPECT

func (m *MockFile) EXPECT() *MockFileMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFile) Fd

func (m *MockFile) Fd() uintptr

Fd mocks base method.

func (*MockFile) Name

func (m *MockFile) Name() string

Name mocks base method.

func (*MockFile) Read

func (m *MockFile) Read(arg0 []byte) (int, error)

Read mocks base method.

func (*MockFile) ReadAt

func (m *MockFile) ReadAt(arg0 []byte, arg1 int64) (int, error)

ReadAt mocks base method.

func (*MockFile) Readdir

func (m *MockFile) Readdir(arg0 int) ([]fs.FileInfo, error)

Readdir mocks base method.

func (*MockFile) Readdirnames

func (m *MockFile) Readdirnames(arg0 int) ([]string, error)

Readdirnames mocks base method.

func (*MockFile) Seek

func (m *MockFile) Seek(arg0 int64, arg1 int) (int64, error)

Seek mocks base method.

func (*MockFile) Stat

func (m *MockFile) Stat() (fs.FileInfo, error)

Stat mocks base method.

func (*MockFile) Sync

func (m *MockFile) Sync() error

Sync mocks base method.

func (*MockFile) Truncate

func (m *MockFile) Truncate(arg0 int64) error

Truncate mocks base method.

func (*MockFile) Write

func (m *MockFile) Write(arg0 []byte) (int, error)

Write mocks base method.

func (*MockFile) WriteAt

func (m *MockFile) WriteAt(arg0 []byte, arg1 int64) (int, error)

WriteAt mocks base method.

func (*MockFile) WriteString

func (m *MockFile) WriteString(arg0 string) (int, error)

WriteString mocks base method.

type MockFileMockRecorder

type MockFileMockRecorder struct {
	// contains filtered or unexported fields
}

MockFileMockRecorder is the mock recorder for MockFile.

func (*MockFileMockRecorder) Close

func (mr *MockFileMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockFileMockRecorder) Fd

func (mr *MockFileMockRecorder) Fd() *gomock.Call

Fd indicates an expected call of Fd.

func (*MockFileMockRecorder) Name

func (mr *MockFileMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockFileMockRecorder) Read

func (mr *MockFileMockRecorder) Read(arg0 interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockFileMockRecorder) ReadAt

func (mr *MockFileMockRecorder) ReadAt(arg0, arg1 interface{}) *gomock.Call

ReadAt indicates an expected call of ReadAt.

func (*MockFileMockRecorder) Readdir

func (mr *MockFileMockRecorder) Readdir(arg0 interface{}) *gomock.Call

Readdir indicates an expected call of Readdir.

func (*MockFileMockRecorder) Readdirnames

func (mr *MockFileMockRecorder) Readdirnames(arg0 interface{}) *gomock.Call

Readdirnames indicates an expected call of Readdirnames.

func (*MockFileMockRecorder) Seek

func (mr *MockFileMockRecorder) Seek(arg0, arg1 interface{}) *gomock.Call

Seek indicates an expected call of Seek.

func (*MockFileMockRecorder) Stat

func (mr *MockFileMockRecorder) Stat() *gomock.Call

Stat indicates an expected call of Stat.

func (*MockFileMockRecorder) Sync

func (mr *MockFileMockRecorder) Sync() *gomock.Call

Sync indicates an expected call of Sync.

func (*MockFileMockRecorder) Truncate

func (mr *MockFileMockRecorder) Truncate(arg0 interface{}) *gomock.Call

Truncate indicates an expected call of Truncate.

func (*MockFileMockRecorder) Write

func (mr *MockFileMockRecorder) Write(arg0 interface{}) *gomock.Call

Write indicates an expected call of Write.

func (*MockFileMockRecorder) WriteAt

func (mr *MockFileMockRecorder) WriteAt(arg0, arg1 interface{}) *gomock.Call

WriteAt indicates an expected call of WriteAt.

func (*MockFileMockRecorder) WriteString

func (mr *MockFileMockRecorder) WriteString(arg0 interface{}) *gomock.Call

WriteString indicates an expected call of WriteString.

type MockFileTimeInfo

type MockFileTimeInfo struct {
	// contains filtered or unexported fields
}

MockFileTimeInfo is a mock of FileTimeInfo interface.

func NewMockFileTimeInfo

func NewMockFileTimeInfo(ctrl *gomock.Controller) *MockFileTimeInfo

NewMockFileTimeInfo creates a new mock instance.

func (*MockFileTimeInfo) AccessTime

func (m *MockFileTimeInfo) AccessTime() time.Time

AccessTime mocks base method.

func (*MockFileTimeInfo) BirthTime

func (m *MockFileTimeInfo) BirthTime() time.Time

BirthTime mocks base method.

func (*MockFileTimeInfo) ChangeTime

func (m *MockFileTimeInfo) ChangeTime() time.Time

ChangeTime mocks base method.

func (*MockFileTimeInfo) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFileTimeInfo) HasAccessTime

func (m *MockFileTimeInfo) HasAccessTime() bool

HasAccessTime mocks base method.

func (*MockFileTimeInfo) HasBirthTime

func (m *MockFileTimeInfo) HasBirthTime() bool

HasBirthTime mocks base method.

func (*MockFileTimeInfo) HasChangeTime

func (m *MockFileTimeInfo) HasChangeTime() bool

HasChangeTime mocks base method.

func (*MockFileTimeInfo) ModTime

func (m *MockFileTimeInfo) ModTime() time.Time

ModTime mocks base method.

type MockFileTimeInfoMockRecorder

type MockFileTimeInfoMockRecorder struct {
	// contains filtered or unexported fields
}

MockFileTimeInfoMockRecorder is the mock recorder for MockFileTimeInfo.

func (*MockFileTimeInfoMockRecorder) AccessTime

func (mr *MockFileTimeInfoMockRecorder) AccessTime() *gomock.Call

AccessTime indicates an expected call of AccessTime.

func (*MockFileTimeInfoMockRecorder) BirthTime

func (mr *MockFileTimeInfoMockRecorder) BirthTime() *gomock.Call

BirthTime indicates an expected call of BirthTime.

func (*MockFileTimeInfoMockRecorder) ChangeTime

func (mr *MockFileTimeInfoMockRecorder) ChangeTime() *gomock.Call

ChangeTime indicates an expected call of ChangeTime.

func (*MockFileTimeInfoMockRecorder) HasAccessTime

func (mr *MockFileTimeInfoMockRecorder) HasAccessTime() *gomock.Call

HasAccessTime indicates an expected call of HasAccessTime.

func (*MockFileTimeInfoMockRecorder) HasBirthTime

func (mr *MockFileTimeInfoMockRecorder) HasBirthTime() *gomock.Call

HasBirthTime indicates an expected call of HasBirthTime.

func (*MockFileTimeInfoMockRecorder) HasChangeTime

func (mr *MockFileTimeInfoMockRecorder) HasChangeTime() *gomock.Call

HasChangeTime indicates an expected call of HasChangeTime.

func (*MockFileTimeInfoMockRecorder) ModTime

func (mr *MockFileTimeInfoMockRecorder) ModTime() *gomock.Call

ModTime indicates an expected call of ModTime.

type MockICharsetConverter added in v1.7.0

type MockICharsetConverter struct {
	// contains filtered or unexported fields
}

MockICharsetConverter is a mock of ICharsetConverter interface.

func NewMockICharsetConverter added in v1.7.0

func NewMockICharsetConverter(ctrl *gomock.Controller) *MockICharsetConverter

NewMockICharsetConverter creates a new mock instance.

func (*MockICharsetConverter) Convert added in v1.7.0

func (m *MockICharsetConverter) Convert(arg0 io.Reader) io.Reader

Convert mocks base method.

func (*MockICharsetConverter) ConvertBytes added in v1.7.0

func (m *MockICharsetConverter) ConvertBytes(arg0 []byte) ([]byte, error)

ConvertBytes mocks base method.

func (*MockICharsetConverter) ConvertString added in v1.7.0

func (m *MockICharsetConverter) ConvertString(arg0 string) (string, error)

ConvertString mocks base method.

func (*MockICharsetConverter) EXPECT added in v1.7.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockICharsetConverter) String added in v1.7.0

func (m *MockICharsetConverter) String() string

String mocks base method.

type MockICharsetConverterMockRecorder added in v1.7.0

type MockICharsetConverterMockRecorder struct {
	// contains filtered or unexported fields
}

MockICharsetConverterMockRecorder is the mock recorder for MockICharsetConverter.

func (*MockICharsetConverterMockRecorder) Convert added in v1.7.0

func (mr *MockICharsetConverterMockRecorder) Convert(arg0 interface{}) *gomock.Call

Convert indicates an expected call of Convert.

func (*MockICharsetConverterMockRecorder) ConvertBytes added in v1.7.0

func (mr *MockICharsetConverterMockRecorder) ConvertBytes(arg0 interface{}) *gomock.Call

ConvertBytes indicates an expected call of ConvertBytes.

func (*MockICharsetConverterMockRecorder) ConvertString added in v1.7.0

func (mr *MockICharsetConverterMockRecorder) ConvertString(arg0 interface{}) *gomock.Call

ConvertString indicates an expected call of ConvertString.

func (*MockICharsetConverterMockRecorder) String added in v1.7.0

String indicates an expected call of String.

type MockIChowner added in v1.54.0

type MockIChowner struct {
	// contains filtered or unexported fields
}

MockIChowner is a mock of IChowner interface.

func NewMockIChowner added in v1.54.0

func NewMockIChowner(ctrl *gomock.Controller) *MockIChowner

NewMockIChowner creates a new mock instance.

func (*MockIChowner) ChownIfPossible added in v1.54.0

func (m *MockIChowner) ChownIfPossible(arg0 string, arg1, arg2 int) error

ChownIfPossible mocks base method.

func (*MockIChowner) EXPECT added in v1.54.0

EXPECT returns an object that allows the caller to indicate expected use.

type MockIChownerMockRecorder added in v1.54.0

type MockIChownerMockRecorder struct {
	// contains filtered or unexported fields
}

MockIChownerMockRecorder is the mock recorder for MockIChowner.

func (*MockIChownerMockRecorder) ChownIfPossible added in v1.54.0

func (mr *MockIChownerMockRecorder) ChownIfPossible(arg0, arg1, arg2 interface{}) *gomock.Call

ChownIfPossible indicates an expected call of ChownIfPossible.

type MockIClient

type MockIClient struct {
	// contains filtered or unexported fields
}

MockIClient is a mock of IClient interface.

func NewMockIClient

func NewMockIClient(ctrl *gomock.Controller) *MockIClient

NewMockIClient creates a new mock instance.

func (*MockIClient) Close

func (m *MockIClient) Close() error

Close mocks base method.

func (*MockIClient) Delete

func (m *MockIClient) Delete(arg0 string) (*http.Response, error)

Delete mocks base method.

func (*MockIClient) Do

func (m *MockIClient) Do(arg0 *http.Request) (*http.Response, error)

Do mocks base method.

func (*MockIClient) EXPECT

func (m *MockIClient) EXPECT() *MockIClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIClient) Get

func (m *MockIClient) Get(arg0 string) (*http.Response, error)

Get mocks base method.

func (*MockIClient) Head

func (m *MockIClient) Head(arg0 string) (*http.Response, error)

Head mocks base method.

func (*MockIClient) Options added in v1.7.0

func (m *MockIClient) Options(arg0 string) (*http.Response, error)

Options mocks base method.

func (*MockIClient) Post

func (m *MockIClient) Post(arg0, arg1 string, arg2 interface{}) (*http.Response, error)

Post mocks base method.

func (*MockIClient) PostForm

func (m *MockIClient) PostForm(arg0 string, arg1 url.Values) (*http.Response, error)

PostForm mocks base method.

func (*MockIClient) Put

func (m *MockIClient) Put(arg0 string, arg1 interface{}) (*http.Response, error)

Put mocks base method.

func (*MockIClient) StandardClient

func (m *MockIClient) StandardClient() *http.Client

StandardClient mocks base method.

type MockIClientMockRecorder

type MockIClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockIClientMockRecorder is the mock recorder for MockIClient.

func (*MockIClientMockRecorder) Close

func (mr *MockIClientMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockIClientMockRecorder) Delete

func (mr *MockIClientMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockIClientMockRecorder) Do

func (mr *MockIClientMockRecorder) Do(arg0 interface{}) *gomock.Call

Do indicates an expected call of Do.

func (*MockIClientMockRecorder) Get

func (mr *MockIClientMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockIClientMockRecorder) Head

func (mr *MockIClientMockRecorder) Head(arg0 interface{}) *gomock.Call

Head indicates an expected call of Head.

func (*MockIClientMockRecorder) Options added in v1.7.0

func (mr *MockIClientMockRecorder) Options(arg0 interface{}) *gomock.Call

Options indicates an expected call of Options.

func (*MockIClientMockRecorder) Post

func (mr *MockIClientMockRecorder) Post(arg0, arg1, arg2 interface{}) *gomock.Call

Post indicates an expected call of Post.

func (*MockIClientMockRecorder) PostForm

func (mr *MockIClientMockRecorder) PostForm(arg0, arg1 interface{}) *gomock.Call

PostForm indicates an expected call of PostForm.

func (*MockIClientMockRecorder) Put

func (mr *MockIClientMockRecorder) Put(arg0, arg1 interface{}) *gomock.Call

Put indicates an expected call of Put.

func (*MockIClientMockRecorder) StandardClient

func (mr *MockIClientMockRecorder) StandardClient() *gomock.Call

StandardClient indicates an expected call of StandardClient.

type MockICloseableFS added in v1.42.0

type MockICloseableFS struct {
	// contains filtered or unexported fields
}

MockICloseableFS is a mock of ICloseableFS interface.

func NewMockICloseableFS added in v1.42.0

func NewMockICloseableFS(ctrl *gomock.Controller) *MockICloseableFS

NewMockICloseableFS creates a new mock instance.

func (*MockICloseableFS) ChangeOwnership added in v1.43.0

func (m *MockICloseableFS) ChangeOwnership(arg0 string, arg1 *user.User) error

ChangeOwnership mocks base method.

func (*MockICloseableFS) ChangeOwnershipRecursively added in v1.54.0

func (m *MockICloseableFS) ChangeOwnershipRecursively(arg0 context.Context, arg1 string, arg2 *user.User) error

ChangeOwnershipRecursively mocks base method.

func (*MockICloseableFS) Chmod added in v1.42.0

func (m *MockICloseableFS) Chmod(arg0 string, arg1 fs.FileMode) error

Chmod mocks base method.

func (*MockICloseableFS) ChmodRecursively added in v1.54.0

func (m *MockICloseableFS) ChmodRecursively(arg0 context.Context, arg1 string, arg2 fs.FileMode) error

ChmodRecursively mocks base method.

func (*MockICloseableFS) Chown added in v1.42.0

func (m *MockICloseableFS) Chown(arg0 string, arg1, arg2 int) error

Chown mocks base method.

func (*MockICloseableFS) ChownRecursively added in v1.54.0

func (m *MockICloseableFS) ChownRecursively(arg0 context.Context, arg1 string, arg2, arg3 int) error

ChownRecursively mocks base method.

func (*MockICloseableFS) Chtimes added in v1.42.0

func (m *MockICloseableFS) Chtimes(arg0 string, arg1, arg2 time.Time) error

Chtimes mocks base method.

func (*MockICloseableFS) CleanDir added in v1.42.0

func (m *MockICloseableFS) CleanDir(arg0 string) error

CleanDir mocks base method.

func (*MockICloseableFS) CleanDirWithContext added in v1.42.0

func (m *MockICloseableFS) CleanDirWithContext(arg0 context.Context, arg1 string) error

CleanDirWithContext mocks base method.

func (*MockICloseableFS) CleanDirWithContextAndExclusionPatterns added in v1.42.0

func (m *MockICloseableFS) CleanDirWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 ...string) error

CleanDirWithContextAndExclusionPatterns mocks base method.

func (*MockICloseableFS) Close added in v1.42.0

func (m *MockICloseableFS) Close() error

Close mocks base method.

func (*MockICloseableFS) ConvertFilePath added in v1.42.0

func (m *MockICloseableFS) ConvertFilePath(arg0 string) string

ConvertFilePath mocks base method.

func (*MockICloseableFS) ConvertToAbsolutePath added in v1.42.0

func (m *MockICloseableFS) ConvertToAbsolutePath(arg0 string, arg1 ...string) ([]string, error)

ConvertToAbsolutePath mocks base method.

func (*MockICloseableFS) ConvertToRelativePath added in v1.42.0

func (m *MockICloseableFS) ConvertToRelativePath(arg0 string, arg1 ...string) ([]string, error)

ConvertToRelativePath mocks base method.

func (*MockICloseableFS) Copy added in v1.42.0

func (m *MockICloseableFS) Copy(arg0, arg1 string) error

Copy mocks base method.

func (*MockICloseableFS) CopyToDirectory added in v1.42.0

func (m *MockICloseableFS) CopyToDirectory(arg0, arg1 string) error

CopyToDirectory mocks base method.

func (*MockICloseableFS) CopyToDirectoryWithContext added in v1.42.0

func (m *MockICloseableFS) CopyToDirectoryWithContext(arg0 context.Context, arg1, arg2 string) error

CopyToDirectoryWithContext mocks base method.

func (*MockICloseableFS) CopyToFile added in v1.42.0

func (m *MockICloseableFS) CopyToFile(arg0, arg1 string) error

CopyToFile mocks base method.

func (*MockICloseableFS) CopyToFileWithContext added in v1.42.0

func (m *MockICloseableFS) CopyToFileWithContext(arg0 context.Context, arg1, arg2 string) error

CopyToFileWithContext mocks base method.

func (*MockICloseableFS) CopyWithContext added in v1.42.0

func (m *MockICloseableFS) CopyWithContext(arg0 context.Context, arg1, arg2 string) error

CopyWithContext mocks base method.

func (*MockICloseableFS) CopyWithContextAndExclusionPatterns added in v1.42.0

func (m *MockICloseableFS) CopyWithContextAndExclusionPatterns(arg0 context.Context, arg1, arg2 string, arg3 ...string) error

CopyWithContextAndExclusionPatterns mocks base method.

func (*MockICloseableFS) CreateFile added in v1.42.0

func (m *MockICloseableFS) CreateFile(arg0 string) (filesystem.File, error)

CreateFile mocks base method.

func (*MockICloseableFS) CurrentDirectory added in v1.42.0

func (m *MockICloseableFS) CurrentDirectory() (string, error)

CurrentDirectory mocks base method.

func (*MockICloseableFS) DiskUsage added in v1.42.0

func (m *MockICloseableFS) DiskUsage(arg0 string) (filesystem.DiskUsage, error)

DiskUsage mocks base method.

func (*MockICloseableFS) EXPECT added in v1.42.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockICloseableFS) ExcludeAll added in v1.42.0

func (m *MockICloseableFS) ExcludeAll(arg0 []string, arg1 ...string) ([]string, error)

ExcludeAll mocks base method.

func (*MockICloseableFS) Exists added in v1.42.0

func (m *MockICloseableFS) Exists(arg0 string) bool

Exists mocks base method.

func (*MockICloseableFS) FetchFileOwner added in v1.43.0

func (m *MockICloseableFS) FetchFileOwner(arg0 string) (*user.User, error)

FetchFileOwner mocks base method.

func (*MockICloseableFS) FetchOwners added in v1.42.0

func (m *MockICloseableFS) FetchOwners(arg0 string) (int, int, error)

FetchOwners mocks base method.

func (*MockICloseableFS) FileHash added in v1.42.0

func (m *MockICloseableFS) FileHash(arg0, arg1 string) (string, error)

FileHash mocks base method.

func (*MockICloseableFS) FileHashWithContext added in v1.42.0

func (m *MockICloseableFS) FileHashWithContext(arg0 context.Context, arg1, arg2 string) (string, error)

FileHashWithContext mocks base method.

func (*MockICloseableFS) FindAll added in v1.42.0

func (m *MockICloseableFS) FindAll(arg0 string, arg1 ...string) ([]string, error)

FindAll mocks base method.

func (*MockICloseableFS) GarbageCollect added in v1.42.0

func (m *MockICloseableFS) GarbageCollect(arg0 string, arg1 time.Duration) error

GarbageCollect mocks base method.

func (*MockICloseableFS) GarbageCollectWithContext added in v1.42.0

func (m *MockICloseableFS) GarbageCollectWithContext(arg0 context.Context, arg1 string, arg2 time.Duration) error

GarbageCollectWithContext mocks base method.

func (*MockICloseableFS) GenericOpen added in v1.42.0

func (m *MockICloseableFS) GenericOpen(arg0 string) (filesystem.File, error)

GenericOpen mocks base method.

func (*MockICloseableFS) GetFileSize added in v1.42.0

func (m *MockICloseableFS) GetFileSize(arg0 string) (int64, error)

GetFileSize mocks base method.

func (*MockICloseableFS) GetType added in v1.42.0

GetType mocks base method.

func (*MockICloseableFS) Glob added in v1.54.0

func (m *MockICloseableFS) Glob(arg0 string) ([]string, error)

Glob mocks base method.

func (*MockICloseableFS) IsDir added in v1.42.0

func (m *MockICloseableFS) IsDir(arg0 string) (bool, error)

IsDir mocks base method.

func (*MockICloseableFS) IsEmpty added in v1.42.0

func (m *MockICloseableFS) IsEmpty(arg0 string) (bool, error)

IsEmpty mocks base method.

func (*MockICloseableFS) IsFile added in v1.42.0

func (m *MockICloseableFS) IsFile(arg0 string) (bool, error)

IsFile mocks base method.

func (m *MockICloseableFS) IsLink(arg0 string) (bool, error)

IsLink mocks base method.

func (*MockICloseableFS) IsZip added in v1.42.0

func (m *MockICloseableFS) IsZip(arg0 string) bool

IsZip mocks base method.

func (*MockICloseableFS) IsZipWithContext added in v1.42.0

func (m *MockICloseableFS) IsZipWithContext(arg0 context.Context, arg1 string) (bool, error)

IsZipWithContext mocks base method.

func (m *MockICloseableFS) Link(arg0, arg1 string) error

Link mocks base method.

func (*MockICloseableFS) ListDirTree added in v1.42.0

func (m *MockICloseableFS) ListDirTree(arg0 string, arg1 *[]string) error

ListDirTree mocks base method.

func (*MockICloseableFS) ListDirTreeWithContext added in v1.42.0

func (m *MockICloseableFS) ListDirTreeWithContext(arg0 context.Context, arg1 string, arg2 *[]string) error

ListDirTreeWithContext mocks base method.

func (*MockICloseableFS) ListDirTreeWithContextAndExclusionPatterns added in v1.42.0

func (m *MockICloseableFS) ListDirTreeWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 *[]string, arg3 ...string) error

ListDirTreeWithContextAndExclusionPatterns mocks base method.

func (*MockICloseableFS) Lls added in v1.42.0

func (m *MockICloseableFS) Lls(arg0 string) ([]fs.FileInfo, error)

Lls mocks base method.

func (*MockICloseableFS) LlsFromOpenedDirectory added in v1.42.0

func (m *MockICloseableFS) LlsFromOpenedDirectory(arg0 filesystem.File) ([]fs.FileInfo, error)

LlsFromOpenedDirectory mocks base method.

func (*MockICloseableFS) Ls added in v1.42.0

func (m *MockICloseableFS) Ls(arg0 string) ([]string, error)

Ls mocks base method.

func (*MockICloseableFS) LsFromOpenedDirectory added in v1.42.0

func (m *MockICloseableFS) LsFromOpenedDirectory(arg0 filesystem.File) ([]string, error)

LsFromOpenedDirectory mocks base method.

func (*MockICloseableFS) LsWithExclusionPatterns added in v1.42.0

func (m *MockICloseableFS) LsWithExclusionPatterns(arg0 string, arg1 ...string) ([]string, error)

LsWithExclusionPatterns mocks base method.

func (*MockICloseableFS) Lstat added in v1.42.0

func (m *MockICloseableFS) Lstat(arg0 string) (fs.FileInfo, error)

Lstat mocks base method.

func (*MockICloseableFS) MkDir added in v1.42.0

func (m *MockICloseableFS) MkDir(arg0 string) error

MkDir mocks base method.

func (*MockICloseableFS) MkDirAll added in v1.42.0

func (m *MockICloseableFS) MkDirAll(arg0 string, arg1 fs.FileMode) error

MkDirAll mocks base method.

func (*MockICloseableFS) Move added in v1.42.0

func (m *MockICloseableFS) Move(arg0, arg1 string) error

Move mocks base method.

func (*MockICloseableFS) MoveWithContext added in v1.42.0

func (m *MockICloseableFS) MoveWithContext(arg0 context.Context, arg1, arg2 string) error

MoveWithContext mocks base method.

func (*MockICloseableFS) NewRemoteLockFile added in v1.42.0

func (m *MockICloseableFS) NewRemoteLockFile(arg0, arg1 string) filesystem.ILock

NewRemoteLockFile mocks base method.

func (*MockICloseableFS) Open added in v1.42.0

func (m *MockICloseableFS) Open(arg0 string) (doublestar.File, error)

Open mocks base method.

func (*MockICloseableFS) OpenFile added in v1.42.0

func (m *MockICloseableFS) OpenFile(arg0 string, arg1 int, arg2 fs.FileMode) (filesystem.File, error)

OpenFile mocks base method.

func (*MockICloseableFS) PathSeparator added in v1.42.0

func (m *MockICloseableFS) PathSeparator() int32

PathSeparator mocks base method.

func (*MockICloseableFS) ReadFile added in v1.42.0

func (m *MockICloseableFS) ReadFile(arg0 string) ([]byte, error)

ReadFile mocks base method.

func (*MockICloseableFS) ReadFileContent added in v1.42.0

func (m *MockICloseableFS) ReadFileContent(arg0 context.Context, arg1 filesystem.File, arg2 filesystem.ILimits) ([]byte, error)

ReadFileContent mocks base method.

func (*MockICloseableFS) ReadFileWithContext added in v1.42.0

func (m *MockICloseableFS) ReadFileWithContext(arg0 context.Context, arg1 string) ([]byte, error)

ReadFileWithContext mocks base method.

func (*MockICloseableFS) ReadFileWithContextAndLimits added in v1.42.0

func (m *MockICloseableFS) ReadFileWithContextAndLimits(arg0 context.Context, arg1 string, arg2 filesystem.ILimits) ([]byte, error)

ReadFileWithContextAndLimits mocks base method.

func (*MockICloseableFS) ReadFileWithLimits added in v1.42.0

func (m *MockICloseableFS) ReadFileWithLimits(arg0 string, arg1 filesystem.ILimits) ([]byte, error)

ReadFileWithLimits mocks base method.

func (m *MockICloseableFS) Readlink(arg0 string) (string, error)

Readlink mocks base method.

func (*MockICloseableFS) RemoveWithContext added in v1.42.0

func (m *MockICloseableFS) RemoveWithContext(arg0 context.Context, arg1 string) error

RemoveWithContext mocks base method.

func (*MockICloseableFS) RemoveWithContextAndExclusionPatterns added in v1.42.0

func (m *MockICloseableFS) RemoveWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 ...string) error

RemoveWithContextAndExclusionPatterns mocks base method.

func (*MockICloseableFS) RemoveWithPrivileges added in v1.50.0

func (m *MockICloseableFS) RemoveWithPrivileges(arg0 context.Context, arg1 string) error

RemoveWithPrivileges mocks base method.

func (*MockICloseableFS) Rm added in v1.42.0

func (m *MockICloseableFS) Rm(arg0 string) error

Rm mocks base method.

func (*MockICloseableFS) Stat added in v1.42.0

func (m *MockICloseableFS) Stat(arg0 string) (fs.FileInfo, error)

Stat mocks base method.

func (*MockICloseableFS) StatTimes added in v1.42.0

func (m *MockICloseableFS) StatTimes(arg0 string) (filesystem.FileTimeInfo, error)

StatTimes mocks base method.

func (*MockICloseableFS) SubDirectories added in v1.42.0

func (m *MockICloseableFS) SubDirectories(arg0 string) ([]string, error)

SubDirectories mocks base method.

func (*MockICloseableFS) SubDirectoriesWithContext added in v1.42.0

func (m *MockICloseableFS) SubDirectoriesWithContext(arg0 context.Context, arg1 string) ([]string, error)

SubDirectoriesWithContext mocks base method.

func (*MockICloseableFS) SubDirectoriesWithContextAndExclusionPatterns added in v1.42.0

func (m *MockICloseableFS) SubDirectoriesWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 ...string) ([]string, error)

SubDirectoriesWithContextAndExclusionPatterns mocks base method.

func (m *MockICloseableFS) Symlink(arg0, arg1 string) error

Symlink mocks base method.

func (*MockICloseableFS) TempDir added in v1.42.0

func (m *MockICloseableFS) TempDir(arg0, arg1 string) (string, error)

TempDir mocks base method.

func (*MockICloseableFS) TempDirInTempDir added in v1.42.0

func (m *MockICloseableFS) TempDirInTempDir(arg0 string) (string, error)

TempDirInTempDir mocks base method.

func (*MockICloseableFS) TempDirectory added in v1.42.0

func (m *MockICloseableFS) TempDirectory() string

TempDirectory mocks base method.

func (*MockICloseableFS) TempFile added in v1.42.0

func (m *MockICloseableFS) TempFile(arg0, arg1 string) (filesystem.File, error)

TempFile mocks base method.

func (*MockICloseableFS) TempFileInTempDir added in v1.42.0

func (m *MockICloseableFS) TempFileInTempDir(arg0 string) (filesystem.File, error)

TempFileInTempDir mocks base method.

func (*MockICloseableFS) Touch added in v1.54.0

func (m *MockICloseableFS) Touch(arg0 string) error

Touch mocks base method.

func (*MockICloseableFS) TouchTempFile added in v1.54.0

func (m *MockICloseableFS) TouchTempFile(arg0, arg1 string) (string, error)

TouchTempFile mocks base method.

func (*MockICloseableFS) TouchTempFileInTempDir added in v1.54.0

func (m *MockICloseableFS) TouchTempFileInTempDir(arg0 string) (string, error)

TouchTempFileInTempDir mocks base method.

func (*MockICloseableFS) Unzip added in v1.42.0

func (m *MockICloseableFS) Unzip(arg0, arg1 string) ([]string, error)

Unzip mocks base method.

func (*MockICloseableFS) UnzipWithContext added in v1.42.0

func (m *MockICloseableFS) UnzipWithContext(arg0 context.Context, arg1, arg2 string) ([]string, error)

UnzipWithContext mocks base method.

func (*MockICloseableFS) UnzipWithContextAndLimits added in v1.42.0

func (m *MockICloseableFS) UnzipWithContextAndLimits(arg0 context.Context, arg1, arg2 string, arg3 filesystem.ILimits) ([]string, error)

UnzipWithContextAndLimits mocks base method.

func (*MockICloseableFS) Walk added in v1.42.0

func (m *MockICloseableFS) Walk(arg0 string, arg1 filepath.WalkFunc) error

Walk mocks base method.

func (*MockICloseableFS) WalkWithContext added in v1.42.0

func (m *MockICloseableFS) WalkWithContext(arg0 context.Context, arg1 string, arg2 filepath.WalkFunc) error

WalkWithContext mocks base method.

func (*MockICloseableFS) WalkWithContextAndExclusionPatterns added in v1.42.0

func (m *MockICloseableFS) WalkWithContextAndExclusionPatterns(arg0 context.Context, arg1 string, arg2 filepath.WalkFunc, arg3 ...string) error

WalkWithContextAndExclusionPatterns mocks base method.

func (*MockICloseableFS) WriteFile added in v1.42.0

func (m *MockICloseableFS) WriteFile(arg0 string, arg1 []byte, arg2 fs.FileMode) error

WriteFile mocks base method.

func (*MockICloseableFS) WriteFileWithContext added in v1.42.0

func (m *MockICloseableFS) WriteFileWithContext(arg0 context.Context, arg1 string, arg2 []byte, arg3 fs.FileMode) error

WriteFileWithContext mocks base method.

func (*MockICloseableFS) WriteToFile added in v1.42.0

func (m *MockICloseableFS) WriteToFile(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 fs.FileMode) (int64, error)

WriteToFile mocks base method.

func (*MockICloseableFS) Zip added in v1.42.0

func (m *MockICloseableFS) Zip(arg0, arg1 string) error

Zip mocks base method.

func (*MockICloseableFS) ZipWithContext added in v1.42.0

func (m *MockICloseableFS) ZipWithContext(arg0 context.Context, arg1, arg2 string) error

ZipWithContext mocks base method.

func (*MockICloseableFS) ZipWithContextAndLimits added in v1.42.0

func (m *MockICloseableFS) ZipWithContextAndLimits(arg0 context.Context, arg1, arg2 string, arg3 filesystem.ILimits) error

ZipWithContextAndLimits mocks base method.

func (*MockICloseableFS) ZipWithContextAndLimitsAndExclusionPatterns added in v1.42.0

func (m *MockICloseableFS) ZipWithContextAndLimitsAndExclusionPatterns(arg0 context.Context, arg1, arg2 string, arg3 filesystem.ILimits, arg4 ...string) error

ZipWithContextAndLimitsAndExclusionPatterns mocks base method.

type MockICloseableFSMockRecorder added in v1.42.0

type MockICloseableFSMockRecorder struct {
	// contains filtered or unexported fields
}

MockICloseableFSMockRecorder is the mock recorder for MockICloseableFS.

func (*MockICloseableFSMockRecorder) ChangeOwnership added in v1.43.0

func (mr *MockICloseableFSMockRecorder) ChangeOwnership(arg0, arg1 interface{}) *gomock.Call

ChangeOwnership indicates an expected call of ChangeOwnership.

func (*MockICloseableFSMockRecorder) ChangeOwnershipRecursively added in v1.54.0

func (mr *MockICloseableFSMockRecorder) ChangeOwnershipRecursively(arg0, arg1, arg2 interface{}) *gomock.Call

ChangeOwnershipRecursively indicates an expected call of ChangeOwnershipRecursively.

func (*MockICloseableFSMockRecorder) Chmod added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Chmod(arg0, arg1 interface{}) *gomock.Call

Chmod indicates an expected call of Chmod.

func (*MockICloseableFSMockRecorder) ChmodRecursively added in v1.54.0

func (mr *MockICloseableFSMockRecorder) ChmodRecursively(arg0, arg1, arg2 interface{}) *gomock.Call

ChmodRecursively indicates an expected call of ChmodRecursively.

func (*MockICloseableFSMockRecorder) Chown added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Chown(arg0, arg1, arg2 interface{}) *gomock.Call

Chown indicates an expected call of Chown.

func (*MockICloseableFSMockRecorder) ChownRecursively added in v1.54.0

func (mr *MockICloseableFSMockRecorder) ChownRecursively(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ChownRecursively indicates an expected call of ChownRecursively.

func (*MockICloseableFSMockRecorder) Chtimes added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Chtimes(arg0, arg1, arg2 interface{}) *gomock.Call

Chtimes indicates an expected call of Chtimes.

func (*MockICloseableFSMockRecorder) CleanDir added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CleanDir(arg0 interface{}) *gomock.Call

CleanDir indicates an expected call of CleanDir.

func (*MockICloseableFSMockRecorder) CleanDirWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CleanDirWithContext(arg0, arg1 interface{}) *gomock.Call

CleanDirWithContext indicates an expected call of CleanDirWithContext.

func (*MockICloseableFSMockRecorder) CleanDirWithContextAndExclusionPatterns added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CleanDirWithContextAndExclusionPatterns(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CleanDirWithContextAndExclusionPatterns indicates an expected call of CleanDirWithContextAndExclusionPatterns.

func (*MockICloseableFSMockRecorder) Close added in v1.42.0

Close indicates an expected call of Close.

func (*MockICloseableFSMockRecorder) ConvertFilePath added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ConvertFilePath(arg0 interface{}) *gomock.Call

ConvertFilePath indicates an expected call of ConvertFilePath.

func (*MockICloseableFSMockRecorder) ConvertToAbsolutePath added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ConvertToAbsolutePath(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ConvertToAbsolutePath indicates an expected call of ConvertToAbsolutePath.

func (*MockICloseableFSMockRecorder) ConvertToRelativePath added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ConvertToRelativePath(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ConvertToRelativePath indicates an expected call of ConvertToRelativePath.

func (*MockICloseableFSMockRecorder) Copy added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Copy(arg0, arg1 interface{}) *gomock.Call

Copy indicates an expected call of Copy.

func (*MockICloseableFSMockRecorder) CopyToDirectory added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CopyToDirectory(arg0, arg1 interface{}) *gomock.Call

CopyToDirectory indicates an expected call of CopyToDirectory.

func (*MockICloseableFSMockRecorder) CopyToDirectoryWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CopyToDirectoryWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

CopyToDirectoryWithContext indicates an expected call of CopyToDirectoryWithContext.

func (*MockICloseableFSMockRecorder) CopyToFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CopyToFile(arg0, arg1 interface{}) *gomock.Call

CopyToFile indicates an expected call of CopyToFile.

func (*MockICloseableFSMockRecorder) CopyToFileWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CopyToFileWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

CopyToFileWithContext indicates an expected call of CopyToFileWithContext.

func (*MockICloseableFSMockRecorder) CopyWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CopyWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

CopyWithContext indicates an expected call of CopyWithContext.

func (*MockICloseableFSMockRecorder) CopyWithContextAndExclusionPatterns added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CopyWithContextAndExclusionPatterns(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

CopyWithContextAndExclusionPatterns indicates an expected call of CopyWithContextAndExclusionPatterns.

func (*MockICloseableFSMockRecorder) CreateFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CreateFile(arg0 interface{}) *gomock.Call

CreateFile indicates an expected call of CreateFile.

func (*MockICloseableFSMockRecorder) CurrentDirectory added in v1.42.0

func (mr *MockICloseableFSMockRecorder) CurrentDirectory() *gomock.Call

CurrentDirectory indicates an expected call of CurrentDirectory.

func (*MockICloseableFSMockRecorder) DiskUsage added in v1.42.0

func (mr *MockICloseableFSMockRecorder) DiskUsage(arg0 interface{}) *gomock.Call

DiskUsage indicates an expected call of DiskUsage.

func (*MockICloseableFSMockRecorder) ExcludeAll added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ExcludeAll(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ExcludeAll indicates an expected call of ExcludeAll.

func (*MockICloseableFSMockRecorder) Exists added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Exists(arg0 interface{}) *gomock.Call

Exists indicates an expected call of Exists.

func (*MockICloseableFSMockRecorder) FetchFileOwner added in v1.43.0

func (mr *MockICloseableFSMockRecorder) FetchFileOwner(arg0 interface{}) *gomock.Call

FetchFileOwner indicates an expected call of FetchFileOwner.

func (*MockICloseableFSMockRecorder) FetchOwners added in v1.42.0

func (mr *MockICloseableFSMockRecorder) FetchOwners(arg0 interface{}) *gomock.Call

FetchOwners indicates an expected call of FetchOwners.

func (*MockICloseableFSMockRecorder) FileHash added in v1.42.0

func (mr *MockICloseableFSMockRecorder) FileHash(arg0, arg1 interface{}) *gomock.Call

FileHash indicates an expected call of FileHash.

func (*MockICloseableFSMockRecorder) FileHashWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) FileHashWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

FileHashWithContext indicates an expected call of FileHashWithContext.

func (*MockICloseableFSMockRecorder) FindAll added in v1.42.0

func (mr *MockICloseableFSMockRecorder) FindAll(arg0 interface{}, arg1 ...interface{}) *gomock.Call

FindAll indicates an expected call of FindAll.

func (*MockICloseableFSMockRecorder) GarbageCollect added in v1.42.0

func (mr *MockICloseableFSMockRecorder) GarbageCollect(arg0, arg1 interface{}) *gomock.Call

GarbageCollect indicates an expected call of GarbageCollect.

func (*MockICloseableFSMockRecorder) GarbageCollectWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) GarbageCollectWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

GarbageCollectWithContext indicates an expected call of GarbageCollectWithContext.

func (*MockICloseableFSMockRecorder) GenericOpen added in v1.42.0

func (mr *MockICloseableFSMockRecorder) GenericOpen(arg0 interface{}) *gomock.Call

GenericOpen indicates an expected call of GenericOpen.

func (*MockICloseableFSMockRecorder) GetFileSize added in v1.42.0

func (mr *MockICloseableFSMockRecorder) GetFileSize(arg0 interface{}) *gomock.Call

GetFileSize indicates an expected call of GetFileSize.

func (*MockICloseableFSMockRecorder) GetType added in v1.42.0

func (mr *MockICloseableFSMockRecorder) GetType() *gomock.Call

GetType indicates an expected call of GetType.

func (*MockICloseableFSMockRecorder) Glob added in v1.54.0

func (mr *MockICloseableFSMockRecorder) Glob(arg0 interface{}) *gomock.Call

Glob indicates an expected call of Glob.

func (*MockICloseableFSMockRecorder) IsDir added in v1.42.0

func (mr *MockICloseableFSMockRecorder) IsDir(arg0 interface{}) *gomock.Call

IsDir indicates an expected call of IsDir.

func (*MockICloseableFSMockRecorder) IsEmpty added in v1.42.0

func (mr *MockICloseableFSMockRecorder) IsEmpty(arg0 interface{}) *gomock.Call

IsEmpty indicates an expected call of IsEmpty.

func (*MockICloseableFSMockRecorder) IsFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) IsFile(arg0 interface{}) *gomock.Call

IsFile indicates an expected call of IsFile.

func (mr *MockICloseableFSMockRecorder) IsLink(arg0 interface{}) *gomock.Call

IsLink indicates an expected call of IsLink.

func (*MockICloseableFSMockRecorder) IsZip added in v1.42.0

func (mr *MockICloseableFSMockRecorder) IsZip(arg0 interface{}) *gomock.Call

IsZip indicates an expected call of IsZip.

func (*MockICloseableFSMockRecorder) IsZipWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) IsZipWithContext(arg0, arg1 interface{}) *gomock.Call

IsZipWithContext indicates an expected call of IsZipWithContext.

func (mr *MockICloseableFSMockRecorder) Link(arg0, arg1 interface{}) *gomock.Call

Link indicates an expected call of Link.

func (*MockICloseableFSMockRecorder) ListDirTree added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ListDirTree(arg0, arg1 interface{}) *gomock.Call

ListDirTree indicates an expected call of ListDirTree.

func (*MockICloseableFSMockRecorder) ListDirTreeWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ListDirTreeWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

ListDirTreeWithContext indicates an expected call of ListDirTreeWithContext.

func (*MockICloseableFSMockRecorder) ListDirTreeWithContextAndExclusionPatterns added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ListDirTreeWithContextAndExclusionPatterns(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDirTreeWithContextAndExclusionPatterns indicates an expected call of ListDirTreeWithContextAndExclusionPatterns.

func (*MockICloseableFSMockRecorder) Lls added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Lls(arg0 interface{}) *gomock.Call

Lls indicates an expected call of Lls.

func (*MockICloseableFSMockRecorder) LlsFromOpenedDirectory added in v1.42.0

func (mr *MockICloseableFSMockRecorder) LlsFromOpenedDirectory(arg0 interface{}) *gomock.Call

LlsFromOpenedDirectory indicates an expected call of LlsFromOpenedDirectory.

func (*MockICloseableFSMockRecorder) Ls added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Ls(arg0 interface{}) *gomock.Call

Ls indicates an expected call of Ls.

func (*MockICloseableFSMockRecorder) LsFromOpenedDirectory added in v1.42.0

func (mr *MockICloseableFSMockRecorder) LsFromOpenedDirectory(arg0 interface{}) *gomock.Call

LsFromOpenedDirectory indicates an expected call of LsFromOpenedDirectory.

func (*MockICloseableFSMockRecorder) LsWithExclusionPatterns added in v1.42.0

func (mr *MockICloseableFSMockRecorder) LsWithExclusionPatterns(arg0 interface{}, arg1 ...interface{}) *gomock.Call

LsWithExclusionPatterns indicates an expected call of LsWithExclusionPatterns.

func (*MockICloseableFSMockRecorder) Lstat added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Lstat(arg0 interface{}) *gomock.Call

Lstat indicates an expected call of Lstat.

func (*MockICloseableFSMockRecorder) MkDir added in v1.42.0

func (mr *MockICloseableFSMockRecorder) MkDir(arg0 interface{}) *gomock.Call

MkDir indicates an expected call of MkDir.

func (*MockICloseableFSMockRecorder) MkDirAll added in v1.42.0

func (mr *MockICloseableFSMockRecorder) MkDirAll(arg0, arg1 interface{}) *gomock.Call

MkDirAll indicates an expected call of MkDirAll.

func (*MockICloseableFSMockRecorder) Move added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Move(arg0, arg1 interface{}) *gomock.Call

Move indicates an expected call of Move.

func (*MockICloseableFSMockRecorder) MoveWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) MoveWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

MoveWithContext indicates an expected call of MoveWithContext.

func (*MockICloseableFSMockRecorder) NewRemoteLockFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) NewRemoteLockFile(arg0, arg1 interface{}) *gomock.Call

NewRemoteLockFile indicates an expected call of NewRemoteLockFile.

func (*MockICloseableFSMockRecorder) Open added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Open(arg0 interface{}) *gomock.Call

Open indicates an expected call of Open.

func (*MockICloseableFSMockRecorder) OpenFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) OpenFile(arg0, arg1, arg2 interface{}) *gomock.Call

OpenFile indicates an expected call of OpenFile.

func (*MockICloseableFSMockRecorder) PathSeparator added in v1.42.0

func (mr *MockICloseableFSMockRecorder) PathSeparator() *gomock.Call

PathSeparator indicates an expected call of PathSeparator.

func (*MockICloseableFSMockRecorder) ReadFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ReadFile(arg0 interface{}) *gomock.Call

ReadFile indicates an expected call of ReadFile.

func (*MockICloseableFSMockRecorder) ReadFileContent added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ReadFileContent(arg0, arg1, arg2 interface{}) *gomock.Call

ReadFileContent indicates an expected call of ReadFileContent.

func (*MockICloseableFSMockRecorder) ReadFileWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ReadFileWithContext(arg0, arg1 interface{}) *gomock.Call

ReadFileWithContext indicates an expected call of ReadFileWithContext.

func (*MockICloseableFSMockRecorder) ReadFileWithContextAndLimits added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ReadFileWithContextAndLimits(arg0, arg1, arg2 interface{}) *gomock.Call

ReadFileWithContextAndLimits indicates an expected call of ReadFileWithContextAndLimits.

func (*MockICloseableFSMockRecorder) ReadFileWithLimits added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ReadFileWithLimits(arg0, arg1 interface{}) *gomock.Call

ReadFileWithLimits indicates an expected call of ReadFileWithLimits.

func (mr *MockICloseableFSMockRecorder) Readlink(arg0 interface{}) *gomock.Call

Readlink indicates an expected call of Readlink.

func (*MockICloseableFSMockRecorder) RemoveWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) RemoveWithContext(arg0, arg1 interface{}) *gomock.Call

RemoveWithContext indicates an expected call of RemoveWithContext.

func (*MockICloseableFSMockRecorder) RemoveWithContextAndExclusionPatterns added in v1.42.0

func (mr *MockICloseableFSMockRecorder) RemoveWithContextAndExclusionPatterns(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveWithContextAndExclusionPatterns indicates an expected call of RemoveWithContextAndExclusionPatterns.

func (*MockICloseableFSMockRecorder) RemoveWithPrivileges added in v1.50.0

func (mr *MockICloseableFSMockRecorder) RemoveWithPrivileges(arg0, arg1 interface{}) *gomock.Call

RemoveWithPrivileges indicates an expected call of RemoveWithPrivileges.

func (*MockICloseableFSMockRecorder) Rm added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Rm(arg0 interface{}) *gomock.Call

Rm indicates an expected call of Rm.

func (*MockICloseableFSMockRecorder) Stat added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Stat(arg0 interface{}) *gomock.Call

Stat indicates an expected call of Stat.

func (*MockICloseableFSMockRecorder) StatTimes added in v1.42.0

func (mr *MockICloseableFSMockRecorder) StatTimes(arg0 interface{}) *gomock.Call

StatTimes indicates an expected call of StatTimes.

func (*MockICloseableFSMockRecorder) SubDirectories added in v1.42.0

func (mr *MockICloseableFSMockRecorder) SubDirectories(arg0 interface{}) *gomock.Call

SubDirectories indicates an expected call of SubDirectories.

func (*MockICloseableFSMockRecorder) SubDirectoriesWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) SubDirectoriesWithContext(arg0, arg1 interface{}) *gomock.Call

SubDirectoriesWithContext indicates an expected call of SubDirectoriesWithContext.

func (*MockICloseableFSMockRecorder) SubDirectoriesWithContextAndExclusionPatterns added in v1.42.0

func (mr *MockICloseableFSMockRecorder) SubDirectoriesWithContextAndExclusionPatterns(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubDirectoriesWithContextAndExclusionPatterns indicates an expected call of SubDirectoriesWithContextAndExclusionPatterns.

func (mr *MockICloseableFSMockRecorder) Symlink(arg0, arg1 interface{}) *gomock.Call

Symlink indicates an expected call of Symlink.

func (*MockICloseableFSMockRecorder) TempDir added in v1.42.0

func (mr *MockICloseableFSMockRecorder) TempDir(arg0, arg1 interface{}) *gomock.Call

TempDir indicates an expected call of TempDir.

func (*MockICloseableFSMockRecorder) TempDirInTempDir added in v1.42.0

func (mr *MockICloseableFSMockRecorder) TempDirInTempDir(arg0 interface{}) *gomock.Call

TempDirInTempDir indicates an expected call of TempDirInTempDir.

func (*MockICloseableFSMockRecorder) TempDirectory added in v1.42.0

func (mr *MockICloseableFSMockRecorder) TempDirectory() *gomock.Call

TempDirectory indicates an expected call of TempDirectory.

func (*MockICloseableFSMockRecorder) TempFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) TempFile(arg0, arg1 interface{}) *gomock.Call

TempFile indicates an expected call of TempFile.

func (*MockICloseableFSMockRecorder) TempFileInTempDir added in v1.42.0

func (mr *MockICloseableFSMockRecorder) TempFileInTempDir(arg0 interface{}) *gomock.Call

TempFileInTempDir indicates an expected call of TempFileInTempDir.

func (*MockICloseableFSMockRecorder) Touch added in v1.54.0

func (mr *MockICloseableFSMockRecorder) Touch(arg0 interface{}) *gomock.Call

Touch indicates an expected call of Touch.

func (*MockICloseableFSMockRecorder) TouchTempFile added in v1.54.0

func (mr *MockICloseableFSMockRecorder) TouchTempFile(arg0, arg1 interface{}) *gomock.Call

TouchTempFile indicates an expected call of TouchTempFile.

func (*MockICloseableFSMockRecorder) TouchTempFileInTempDir added in v1.54.0

func (mr *MockICloseableFSMockRecorder) TouchTempFileInTempDir(arg0 interface{}) *gomock.Call

TouchTempFileInTempDir indicates an expected call of TouchTempFileInTempDir.

func (*MockICloseableFSMockRecorder) Unzip added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Unzip(arg0, arg1 interface{}) *gomock.Call

Unzip indicates an expected call of Unzip.

func (*MockICloseableFSMockRecorder) UnzipWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) UnzipWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

UnzipWithContext indicates an expected call of UnzipWithContext.

func (*MockICloseableFSMockRecorder) UnzipWithContextAndLimits added in v1.42.0

func (mr *MockICloseableFSMockRecorder) UnzipWithContextAndLimits(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

UnzipWithContextAndLimits indicates an expected call of UnzipWithContextAndLimits.

func (*MockICloseableFSMockRecorder) Walk added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Walk(arg0, arg1 interface{}) *gomock.Call

Walk indicates an expected call of Walk.

func (*MockICloseableFSMockRecorder) WalkWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) WalkWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

WalkWithContext indicates an expected call of WalkWithContext.

func (*MockICloseableFSMockRecorder) WalkWithContextAndExclusionPatterns added in v1.42.0

func (mr *MockICloseableFSMockRecorder) WalkWithContextAndExclusionPatterns(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

WalkWithContextAndExclusionPatterns indicates an expected call of WalkWithContextAndExclusionPatterns.

func (*MockICloseableFSMockRecorder) WriteFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) WriteFile(arg0, arg1, arg2 interface{}) *gomock.Call

WriteFile indicates an expected call of WriteFile.

func (*MockICloseableFSMockRecorder) WriteFileWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) WriteFileWithContext(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

WriteFileWithContext indicates an expected call of WriteFileWithContext.

func (*MockICloseableFSMockRecorder) WriteToFile added in v1.42.0

func (mr *MockICloseableFSMockRecorder) WriteToFile(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

WriteToFile indicates an expected call of WriteToFile.

func (*MockICloseableFSMockRecorder) Zip added in v1.42.0

func (mr *MockICloseableFSMockRecorder) Zip(arg0, arg1 interface{}) *gomock.Call

Zip indicates an expected call of Zip.

func (*MockICloseableFSMockRecorder) ZipWithContext added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ZipWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

ZipWithContext indicates an expected call of ZipWithContext.

func (*MockICloseableFSMockRecorder) ZipWithContextAndLimits added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ZipWithContextAndLimits(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ZipWithContextAndLimits indicates an expected call of ZipWithContextAndLimits.

func (*MockICloseableFSMockRecorder) ZipWithContextAndLimitsAndExclusionPatterns added in v1.42.0

func (mr *MockICloseableFSMockRecorder) ZipWithContextAndLimitsAndExclusionPatterns(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call

ZipWithContextAndLimitsAndExclusionPatterns indicates an expected call of ZipWithContextAndLimitsAndExclusionPatterns.

type MockICloseableResource added in v1.42.0

type MockICloseableResource struct {
	// contains filtered or unexported fields
}

MockICloseableResource is a mock of ICloseableResource interface.

func NewMockICloseableResource added in v1.42.0

func NewMockICloseableResource(ctrl *gomock.Controller) *MockICloseableResource

NewMockICloseableResource creates a new mock instance.

func (*MockICloseableResource) Close added in v1.42.0

func (m *MockICloseableResource) Close() error

Close mocks base method.

func (*MockICloseableResource) EXPECT added in v1.42.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockICloseableResource) IsClosed added in v1.42.0

func (m *MockICloseableResource) IsClosed() bool

IsClosed mocks base method.

func (*MockICloseableResource) String added in v1.42.0

func (m *MockICloseableResource) String() string

String mocks base method.

type MockICloseableResourceMockRecorder added in v1.42.0

type MockICloseableResourceMockRecorder struct {
	// contains filtered or unexported fields
}

MockICloseableResourceMockRecorder is the mock recorder for MockICloseableResource.

func (*MockICloseableResourceMockRecorder) Close added in v1.42.0

Close indicates an expected call of Close.

func (*MockICloseableResourceMockRecorder) IsClosed added in v1.42.0

IsClosed indicates an expected call of IsClosed.

func (*MockICloseableResourceMockRecorder) String added in v1.42.0

String indicates an expected call of String.

type MockIEnvironment added in v1.43.0

type MockIEnvironment struct {
	// contains filtered or unexported fields
}

MockIEnvironment is a mock of IEnvironment interface.

func NewMockIEnvironment added in v1.43.0

func NewMockIEnvironment(ctrl *gomock.Controller) *MockIEnvironment

NewMockIEnvironment creates a new mock instance.

func (*MockIEnvironment) EXPECT added in v1.43.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIEnvironment) GetCurrentUser added in v1.43.0

func (m *MockIEnvironment) GetCurrentUser() *user.User

GetCurrentUser mocks base method.

func (*MockIEnvironment) GetEnvironmentVariable added in v1.46.0

func (m *MockIEnvironment) GetEnvironmentVariable(arg0 string, arg1 ...string) (environment.IEnvironmentVariable, error)

GetEnvironmentVariable mocks base method.

func (*MockIEnvironment) GetEnvironmentVariables added in v1.43.0

func (m *MockIEnvironment) GetEnvironmentVariables(arg0 ...string) []environment.IEnvironmentVariable

GetEnvironmentVariables mocks base method.

func (*MockIEnvironment) GetExpandedEnvironmentVariable added in v1.52.0

func (m *MockIEnvironment) GetExpandedEnvironmentVariable(arg0 string, arg1 ...string) (environment.IEnvironmentVariable, error)

GetExpandedEnvironmentVariable mocks base method.

func (*MockIEnvironment) GetExpandedEnvironmentVariables added in v1.52.0

func (m *MockIEnvironment) GetExpandedEnvironmentVariables(arg0 ...string) []environment.IEnvironmentVariable

GetExpandedEnvironmentVariables mocks base method.

func (*MockIEnvironment) GetFilesystem added in v1.43.0

func (m *MockIEnvironment) GetFilesystem() filesystem.FS

GetFilesystem mocks base method.

type MockIEnvironmentMockRecorder added in v1.43.0

type MockIEnvironmentMockRecorder struct {
	// contains filtered or unexported fields
}

MockIEnvironmentMockRecorder is the mock recorder for MockIEnvironment.

func (*MockIEnvironmentMockRecorder) GetCurrentUser added in v1.43.0

func (mr *MockIEnvironmentMockRecorder) GetCurrentUser() *gomock.Call

GetCurrentUser indicates an expected call of GetCurrentUser.

func (*MockIEnvironmentMockRecorder) GetEnvironmentVariable added in v1.46.0

func (mr *MockIEnvironmentMockRecorder) GetEnvironmentVariable(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetEnvironmentVariable indicates an expected call of GetEnvironmentVariable.

func (*MockIEnvironmentMockRecorder) GetEnvironmentVariables added in v1.43.0

func (mr *MockIEnvironmentMockRecorder) GetEnvironmentVariables(arg0 ...interface{}) *gomock.Call

GetEnvironmentVariables indicates an expected call of GetEnvironmentVariables.

func (*MockIEnvironmentMockRecorder) GetExpandedEnvironmentVariable added in v1.52.0

func (mr *MockIEnvironmentMockRecorder) GetExpandedEnvironmentVariable(arg0 interface{}, arg1 ...interface{}) *gomock.Call

GetExpandedEnvironmentVariable indicates an expected call of GetExpandedEnvironmentVariable.

func (*MockIEnvironmentMockRecorder) GetExpandedEnvironmentVariables added in v1.52.0

func (mr *MockIEnvironmentMockRecorder) GetExpandedEnvironmentVariables(arg0 ...interface{}) *gomock.Call

GetExpandedEnvironmentVariables indicates an expected call of GetExpandedEnvironmentVariables.

func (*MockIEnvironmentMockRecorder) GetFilesystem added in v1.43.0

func (mr *MockIEnvironmentMockRecorder) GetFilesystem() *gomock.Call

GetFilesystem indicates an expected call of GetFilesystem.

type MockIEnvironmentVariable added in v1.43.0

type MockIEnvironmentVariable struct {
	// contains filtered or unexported fields
}

MockIEnvironmentVariable is a mock of IEnvironmentVariable interface.

func NewMockIEnvironmentVariable added in v1.43.0

func NewMockIEnvironmentVariable(ctrl *gomock.Controller) *MockIEnvironmentVariable

NewMockIEnvironmentVariable creates a new mock instance.

func (*MockIEnvironmentVariable) EXPECT added in v1.43.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIEnvironmentVariable) Equal added in v1.43.0

Equal mocks base method.

func (*MockIEnvironmentVariable) GetKey added in v1.43.0

func (m *MockIEnvironmentVariable) GetKey() string

GetKey mocks base method.

func (*MockIEnvironmentVariable) GetValue added in v1.43.0

func (m *MockIEnvironmentVariable) GetValue() string

GetValue mocks base method.

func (*MockIEnvironmentVariable) MarshalText added in v1.43.0

func (m *MockIEnvironmentVariable) MarshalText() ([]byte, error)

MarshalText mocks base method.

func (*MockIEnvironmentVariable) String added in v1.43.0

func (m *MockIEnvironmentVariable) String() string

String mocks base method.

func (*MockIEnvironmentVariable) UnmarshalText added in v1.43.0

func (m *MockIEnvironmentVariable) UnmarshalText(arg0 []byte) error

UnmarshalText mocks base method.

func (*MockIEnvironmentVariable) Validate added in v1.43.0

func (m *MockIEnvironmentVariable) Validate() error

Validate mocks base method.

type MockIEnvironmentVariableMockRecorder added in v1.43.0

type MockIEnvironmentVariableMockRecorder struct {
	// contains filtered or unexported fields
}

MockIEnvironmentVariableMockRecorder is the mock recorder for MockIEnvironmentVariable.

func (*MockIEnvironmentVariableMockRecorder) Equal added in v1.43.0

func (mr *MockIEnvironmentVariableMockRecorder) Equal(arg0 interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockIEnvironmentVariableMockRecorder) GetKey added in v1.43.0

GetKey indicates an expected call of GetKey.

func (*MockIEnvironmentVariableMockRecorder) GetValue added in v1.43.0

GetValue indicates an expected call of GetValue.

func (*MockIEnvironmentVariableMockRecorder) MarshalText added in v1.43.0

MarshalText indicates an expected call of MarshalText.

func (*MockIEnvironmentVariableMockRecorder) String added in v1.43.0

String indicates an expected call of String.

func (*MockIEnvironmentVariableMockRecorder) UnmarshalText added in v1.43.0

func (mr *MockIEnvironmentVariableMockRecorder) UnmarshalText(arg0 interface{}) *gomock.Call

UnmarshalText indicates an expected call of UnmarshalText.

func (*MockIEnvironmentVariableMockRecorder) Validate added in v1.43.0

Validate indicates an expected call of Validate.

type MockIFileHash

type MockIFileHash struct {
	// contains filtered or unexported fields
}

MockIFileHash is a mock of IFileHash interface.

func NewMockIFileHash

func NewMockIFileHash(ctrl *gomock.Controller) *MockIFileHash

NewMockIFileHash creates a new mock instance.

func (*MockIFileHash) Calculate

func (m *MockIFileHash) Calculate(arg0 filesystem.File) (string, error)

Calculate mocks base method.

func (*MockIFileHash) CalculateFile

func (m *MockIFileHash) CalculateFile(arg0 filesystem.FS, arg1 string) (string, error)

CalculateFile mocks base method.

func (*MockIFileHash) CalculateFileWithContext added in v1.24.0

func (m *MockIFileHash) CalculateFileWithContext(arg0 context.Context, arg1 filesystem.FS, arg2 string) (string, error)

CalculateFileWithContext mocks base method.

func (*MockIFileHash) CalculateWithContext added in v1.24.0

func (m *MockIFileHash) CalculateWithContext(arg0 context.Context, arg1 filesystem.File) (string, error)

CalculateWithContext mocks base method.

func (*MockIFileHash) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIFileHash) GetType

func (m *MockIFileHash) GetType() string

GetType mocks base method.

type MockIFileHashMockRecorder

type MockIFileHashMockRecorder struct {
	// contains filtered or unexported fields
}

MockIFileHashMockRecorder is the mock recorder for MockIFileHash.

func (*MockIFileHashMockRecorder) Calculate

func (mr *MockIFileHashMockRecorder) Calculate(arg0 interface{}) *gomock.Call

Calculate indicates an expected call of Calculate.

func (*MockIFileHashMockRecorder) CalculateFile

func (mr *MockIFileHashMockRecorder) CalculateFile(arg0, arg1 interface{}) *gomock.Call

CalculateFile indicates an expected call of CalculateFile.

func (*MockIFileHashMockRecorder) CalculateFileWithContext added in v1.24.0

func (mr *MockIFileHashMockRecorder) CalculateFileWithContext(arg0, arg1, arg2 interface{}) *gomock.Call

CalculateFileWithContext indicates an expected call of CalculateFileWithContext.

func (*MockIFileHashMockRecorder) CalculateWithContext added in v1.24.0

func (mr *MockIFileHashMockRecorder) CalculateWithContext(arg0, arg1 interface{}) *gomock.Call

CalculateWithContext indicates an expected call of CalculateWithContext.

func (*MockIFileHashMockRecorder) GetType

func (mr *MockIFileHashMockRecorder) GetType() *gomock.Call

GetType indicates an expected call of GetType.

type MockIForceRemover added in v1.50.0

type MockIForceRemover struct {
	// contains filtered or unexported fields
}

MockIForceRemover is a mock of IForceRemover interface.

func NewMockIForceRemover added in v1.50.0

func NewMockIForceRemover(ctrl *gomock.Controller) *MockIForceRemover

NewMockIForceRemover creates a new mock instance.

func (*MockIForceRemover) EXPECT added in v1.50.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIForceRemover) ForceRemoveIfPossible added in v1.50.0

func (m *MockIForceRemover) ForceRemoveIfPossible(arg0 string) error

ForceRemoveIfPossible mocks base method.

type MockIForceRemoverMockRecorder added in v1.50.0

type MockIForceRemoverMockRecorder struct {
	// contains filtered or unexported fields
}

MockIForceRemoverMockRecorder is the mock recorder for MockIForceRemover.

func (*MockIForceRemoverMockRecorder) ForceRemoveIfPossible added in v1.50.0

func (mr *MockIForceRemoverMockRecorder) ForceRemoveIfPossible(arg0 interface{}) *gomock.Call

ForceRemoveIfPossible indicates an expected call of ForceRemoveIfPossible.

type MockIHash

type MockIHash struct {
	// contains filtered or unexported fields
}

MockIHash is a mock of IHash interface.

func NewMockIHash

func NewMockIHash(ctrl *gomock.Controller) *MockIHash

NewMockIHash creates a new mock instance.

func (*MockIHash) Calculate

func (m *MockIHash) Calculate(arg0 io.Reader) (string, error)

Calculate mocks base method.

func (*MockIHash) EXPECT

func (m *MockIHash) EXPECT() *MockIHashMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIHash) GetType

func (m *MockIHash) GetType() string

GetType mocks base method.

type MockIHashMockRecorder

type MockIHashMockRecorder struct {
	// contains filtered or unexported fields
}

MockIHashMockRecorder is the mock recorder for MockIHash.

func (*MockIHashMockRecorder) Calculate

func (mr *MockIHashMockRecorder) Calculate(arg0 interface{}) *gomock.Call

Calculate indicates an expected call of Calculate.

func (*MockIHashMockRecorder) GetType

func (mr *MockIHashMockRecorder) GetType() *gomock.Call

GetType indicates an expected call of GetType.

type MockIIterator added in v1.21.0

type MockIIterator struct {
	// contains filtered or unexported fields
}

MockIIterator is a mock of IIterator interface.

func NewMockIIterator added in v1.21.0

func NewMockIIterator(ctrl *gomock.Controller) *MockIIterator

NewMockIIterator creates a new mock instance.

func (*MockIIterator) EXPECT added in v1.21.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIIterator) GetNext added in v1.21.0

func (m *MockIIterator) GetNext() (interface{}, error)

GetNext mocks base method.

func (*MockIIterator) HasNext added in v1.21.0

func (m *MockIIterator) HasNext() bool

HasNext mocks base method.

type MockIIteratorMockRecorder added in v1.21.0

type MockIIteratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockIIteratorMockRecorder is the mock recorder for MockIIterator.

func (*MockIIteratorMockRecorder) GetNext added in v1.21.0

func (mr *MockIIteratorMockRecorder) GetNext() *gomock.Call

GetNext indicates an expected call of GetNext.

func (*MockIIteratorMockRecorder) HasNext added in v1.21.0

func (mr *MockIIteratorMockRecorder) HasNext() *gomock.Call

HasNext indicates an expected call of HasNext.

type MockIKeyPair added in v1.42.0

type MockIKeyPair struct {
	// contains filtered or unexported fields
}

MockIKeyPair is a mock of IKeyPair interface.

func NewMockIKeyPair added in v1.42.0

func NewMockIKeyPair(ctrl *gomock.Controller) *MockIKeyPair

NewMockIKeyPair creates a new mock instance.

func (*MockIKeyPair) EXPECT added in v1.42.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIKeyPair) GetPrivateKey added in v1.42.0

func (m *MockIKeyPair) GetPrivateKey() string

GetPrivateKey mocks base method.

func (*MockIKeyPair) GetPublicKey added in v1.42.0

func (m *MockIKeyPair) GetPublicKey() string

GetPublicKey mocks base method.

func (*MockIKeyPair) GoString added in v1.42.0

func (m *MockIKeyPair) GoString() string

GoString mocks base method.

func (*MockIKeyPair) MarshalJSON added in v1.42.0

func (m *MockIKeyPair) MarshalJSON() ([]byte, error)

MarshalJSON mocks base method.

func (*MockIKeyPair) String added in v1.42.0

func (m *MockIKeyPair) String() string

String mocks base method.

type MockIKeyPairMockRecorder added in v1.42.0

type MockIKeyPairMockRecorder struct {
	// contains filtered or unexported fields
}

MockIKeyPairMockRecorder is the mock recorder for MockIKeyPair.

func (*MockIKeyPairMockRecorder) GetPrivateKey added in v1.42.0

func (mr *MockIKeyPairMockRecorder) GetPrivateKey() *gomock.Call

GetPrivateKey indicates an expected call of GetPrivateKey.

func (*MockIKeyPairMockRecorder) GetPublicKey added in v1.42.0

func (mr *MockIKeyPairMockRecorder) GetPublicKey() *gomock.Call

GetPublicKey indicates an expected call of GetPublicKey.

func (*MockIKeyPairMockRecorder) GoString added in v1.42.0

func (mr *MockIKeyPairMockRecorder) GoString() *gomock.Call

GoString indicates an expected call of GoString.

func (*MockIKeyPairMockRecorder) MarshalJSON added in v1.42.0

func (mr *MockIKeyPairMockRecorder) MarshalJSON() *gomock.Call

MarshalJSON indicates an expected call of MarshalJSON.

func (*MockIKeyPairMockRecorder) String added in v1.42.0

func (mr *MockIKeyPairMockRecorder) String() *gomock.Call

String indicates an expected call of String.

type MockILimits added in v1.15.0

type MockILimits struct {
	// contains filtered or unexported fields
}

MockILimits is a mock of ILimits interface.

func NewMockILimits added in v1.15.0

func NewMockILimits(ctrl *gomock.Controller) *MockILimits

NewMockILimits creates a new mock instance.

func (*MockILimits) Apply added in v1.15.0

func (m *MockILimits) Apply() bool

Apply mocks base method.

func (*MockILimits) ApplyRecursively added in v1.24.0

func (m *MockILimits) ApplyRecursively() bool

ApplyRecursively mocks base method.

func (*MockILimits) EXPECT added in v1.15.0

func (m *MockILimits) EXPECT() *MockILimitsMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockILimits) GetMaxDepth added in v1.24.0

func (m *MockILimits) GetMaxDepth() int64

GetMaxDepth mocks base method.

func (*MockILimits) GetMaxFileCount added in v1.19.0

func (m *MockILimits) GetMaxFileCount() int64

GetMaxFileCount mocks base method.

func (*MockILimits) GetMaxFileSize added in v1.15.0

func (m *MockILimits) GetMaxFileSize() int64

GetMaxFileSize mocks base method.

func (*MockILimits) GetMaxTotalSize added in v1.15.0

func (m *MockILimits) GetMaxTotalSize() uint64

GetMaxTotalSize mocks base method.

func (*MockILimits) Validate added in v1.15.0

func (m *MockILimits) Validate() error

Validate mocks base method.

type MockILimitsMockRecorder added in v1.15.0

type MockILimitsMockRecorder struct {
	// contains filtered or unexported fields
}

MockILimitsMockRecorder is the mock recorder for MockILimits.

func (*MockILimitsMockRecorder) Apply added in v1.15.0

func (mr *MockILimitsMockRecorder) Apply() *gomock.Call

Apply indicates an expected call of Apply.

func (*MockILimitsMockRecorder) ApplyRecursively added in v1.24.0

func (mr *MockILimitsMockRecorder) ApplyRecursively() *gomock.Call

ApplyRecursively indicates an expected call of ApplyRecursively.

func (*MockILimitsMockRecorder) GetMaxDepth added in v1.24.0

func (mr *MockILimitsMockRecorder) GetMaxDepth() *gomock.Call

GetMaxDepth indicates an expected call of GetMaxDepth.

func (*MockILimitsMockRecorder) GetMaxFileCount added in v1.19.0

func (mr *MockILimitsMockRecorder) GetMaxFileCount() *gomock.Call

GetMaxFileCount indicates an expected call of GetMaxFileCount.

func (*MockILimitsMockRecorder) GetMaxFileSize added in v1.15.0

func (mr *MockILimitsMockRecorder) GetMaxFileSize() *gomock.Call

GetMaxFileSize indicates an expected call of GetMaxFileSize.

func (*MockILimitsMockRecorder) GetMaxTotalSize added in v1.15.0

func (mr *MockILimitsMockRecorder) GetMaxTotalSize() *gomock.Call

GetMaxTotalSize indicates an expected call of GetMaxTotalSize.

func (*MockILimitsMockRecorder) Validate added in v1.15.0

func (mr *MockILimitsMockRecorder) Validate() *gomock.Call

Validate indicates an expected call of Validate.

type MockILinkReader added in v1.54.0

type MockILinkReader struct {
	// contains filtered or unexported fields
}

MockILinkReader is a mock of ILinkReader interface.

func NewMockILinkReader added in v1.54.0

func NewMockILinkReader(ctrl *gomock.Controller) *MockILinkReader

NewMockILinkReader creates a new mock instance.

func (*MockILinkReader) EXPECT added in v1.54.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockILinkReader) ReadlinkIfPossible added in v1.54.0

func (m *MockILinkReader) ReadlinkIfPossible(arg0 string) (string, error)

ReadlinkIfPossible mocks base method.

type MockILinkReaderMockRecorder added in v1.54.0

type MockILinkReaderMockRecorder struct {
	// contains filtered or unexported fields
}

MockILinkReaderMockRecorder is the mock recorder for MockILinkReader.

func (*MockILinkReaderMockRecorder) ReadlinkIfPossible added in v1.54.0

func (mr *MockILinkReaderMockRecorder) ReadlinkIfPossible(arg0 interface{}) *gomock.Call

ReadlinkIfPossible indicates an expected call of ReadlinkIfPossible.

type MockILinker added in v1.54.0

type MockILinker struct {
	// contains filtered or unexported fields
}

MockILinker is a mock of ILinker interface.

func NewMockILinker added in v1.54.0

func NewMockILinker(ctrl *gomock.Controller) *MockILinker

NewMockILinker creates a new mock instance.

func (*MockILinker) EXPECT added in v1.54.0

func (m *MockILinker) EXPECT() *MockILinkerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockILinker) LinkIfPossible added in v1.54.0

func (m *MockILinker) LinkIfPossible(arg0, arg1 string) error

LinkIfPossible mocks base method.

type MockILinkerMockRecorder added in v1.54.0

type MockILinkerMockRecorder struct {
	// contains filtered or unexported fields
}

MockILinkerMockRecorder is the mock recorder for MockILinker.

func (*MockILinkerMockRecorder) LinkIfPossible added in v1.54.0

func (mr *MockILinkerMockRecorder) LinkIfPossible(arg0, arg1 interface{}) *gomock.Call

LinkIfPossible indicates an expected call of LinkIfPossible.

type MockILock

type MockILock struct {
	// contains filtered or unexported fields
}

MockILock is a mock of ILock interface.

func NewMockILock

func NewMockILock(ctrl *gomock.Controller) *MockILock

NewMockILock creates a new mock instance.

func (*MockILock) EXPECT

func (m *MockILock) EXPECT() *MockILockMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockILock) IsStale

func (m *MockILock) IsStale() bool

IsStale mocks base method.

func (*MockILock) Lock

func (m *MockILock) Lock(arg0 context.Context) error

Lock mocks base method.

func (*MockILock) LockWithTimeout

func (m *MockILock) LockWithTimeout(arg0 context.Context, arg1 time.Duration) error

LockWithTimeout mocks base method.

func (*MockILock) MakeStale

func (m *MockILock) MakeStale(arg0 context.Context) error

MakeStale mocks base method.

func (*MockILock) ReleaseIfStale

func (m *MockILock) ReleaseIfStale(arg0 context.Context) error

ReleaseIfStale mocks base method.

func (*MockILock) TryLock

func (m *MockILock) TryLock(arg0 context.Context) error

TryLock mocks base method.

func (*MockILock) Unlock

func (m *MockILock) Unlock(arg0 context.Context) error

Unlock mocks base method.

type MockILockMockRecorder

type MockILockMockRecorder struct {
	// contains filtered or unexported fields
}

MockILockMockRecorder is the mock recorder for MockILock.

func (*MockILockMockRecorder) IsStale

func (mr *MockILockMockRecorder) IsStale() *gomock.Call

IsStale indicates an expected call of IsStale.

func (*MockILockMockRecorder) Lock

func (mr *MockILockMockRecorder) Lock(arg0 interface{}) *gomock.Call

Lock indicates an expected call of Lock.

func (*MockILockMockRecorder) LockWithTimeout

func (mr *MockILockMockRecorder) LockWithTimeout(arg0, arg1 interface{}) *gomock.Call

LockWithTimeout indicates an expected call of LockWithTimeout.

func (*MockILockMockRecorder) MakeStale

func (mr *MockILockMockRecorder) MakeStale(arg0 interface{}) *gomock.Call

MakeStale indicates an expected call of MakeStale.

func (*MockILockMockRecorder) ReleaseIfStale

func (mr *MockILockMockRecorder) ReleaseIfStale(arg0 interface{}) *gomock.Call

ReleaseIfStale indicates an expected call of ReleaseIfStale.

func (*MockILockMockRecorder) TryLock

func (mr *MockILockMockRecorder) TryLock(arg0 interface{}) *gomock.Call

TryLock indicates an expected call of TryLock.

func (*MockILockMockRecorder) Unlock

func (mr *MockILockMockRecorder) Unlock(arg0 interface{}) *gomock.Call

Unlock indicates an expected call of Unlock.

type MockIMultipleLoggers added in v1.22.0

type MockIMultipleLoggers struct {
	// contains filtered or unexported fields
}

MockIMultipleLoggers is a mock of IMultipleLoggers interface.

func NewMockIMultipleLoggers added in v1.22.0

func NewMockIMultipleLoggers(ctrl *gomock.Controller) *MockIMultipleLoggers

NewMockIMultipleLoggers creates a new mock instance.

func (*MockIMultipleLoggers) Append added in v1.22.0

func (m *MockIMultipleLoggers) Append(arg0 ...logs.Loggers) error

Append mocks base method.

func (*MockIMultipleLoggers) AppendLogger added in v1.22.0

func (m *MockIMultipleLoggers) AppendLogger(arg0 ...logr.Logger) error

AppendLogger mocks base method.

func (*MockIMultipleLoggers) Check added in v1.22.0

func (m *MockIMultipleLoggers) Check() error

Check mocks base method.

func (*MockIMultipleLoggers) Close added in v1.22.0

func (m *MockIMultipleLoggers) Close() error

Close mocks base method.

func (*MockIMultipleLoggers) EXPECT added in v1.22.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIMultipleLoggers) Log added in v1.22.0

func (m *MockIMultipleLoggers) Log(arg0 ...interface{})

Log mocks base method.

func (*MockIMultipleLoggers) LogError added in v1.22.0

func (m *MockIMultipleLoggers) LogError(arg0 ...interface{})

LogError mocks base method.

func (*MockIMultipleLoggers) SetLogSource added in v1.22.0

func (m *MockIMultipleLoggers) SetLogSource(arg0 string) error

SetLogSource mocks base method.

func (*MockIMultipleLoggers) SetLoggerSource added in v1.22.0

func (m *MockIMultipleLoggers) SetLoggerSource(arg0 string) error

SetLoggerSource mocks base method.

type MockIMultipleLoggersMockRecorder added in v1.22.0

type MockIMultipleLoggersMockRecorder struct {
	// contains filtered or unexported fields
}

MockIMultipleLoggersMockRecorder is the mock recorder for MockIMultipleLoggers.

func (*MockIMultipleLoggersMockRecorder) Append added in v1.22.0

func (mr *MockIMultipleLoggersMockRecorder) Append(arg0 ...interface{}) *gomock.Call

Append indicates an expected call of Append.

func (*MockIMultipleLoggersMockRecorder) AppendLogger added in v1.22.0

func (mr *MockIMultipleLoggersMockRecorder) AppendLogger(arg0 ...interface{}) *gomock.Call

AppendLogger indicates an expected call of AppendLogger.

func (*MockIMultipleLoggersMockRecorder) Check added in v1.22.0

Check indicates an expected call of Check.

func (*MockIMultipleLoggersMockRecorder) Close added in v1.22.0

Close indicates an expected call of Close.

func (*MockIMultipleLoggersMockRecorder) Log added in v1.22.0

func (mr *MockIMultipleLoggersMockRecorder) Log(arg0 ...interface{}) *gomock.Call

Log indicates an expected call of Log.

func (*MockIMultipleLoggersMockRecorder) LogError added in v1.22.0

func (mr *MockIMultipleLoggersMockRecorder) LogError(arg0 ...interface{}) *gomock.Call

LogError indicates an expected call of LogError.

func (*MockIMultipleLoggersMockRecorder) SetLogSource added in v1.22.0

func (mr *MockIMultipleLoggersMockRecorder) SetLogSource(arg0 interface{}) *gomock.Call

SetLogSource indicates an expected call of SetLogSource.

func (*MockIMultipleLoggersMockRecorder) SetLoggerSource added in v1.22.0

func (mr *MockIMultipleLoggersMockRecorder) SetLoggerSource(arg0 interface{}) *gomock.Call

SetLoggerSource indicates an expected call of SetLoggerSource.

type MockIPage added in v1.21.0

type MockIPage struct {
	// contains filtered or unexported fields
}

MockIPage is a mock of IPage interface.

func NewMockIPage added in v1.21.0

func NewMockIPage(ctrl *gomock.Controller) *MockIPage

NewMockIPage creates a new mock instance.

func (*MockIPage) EXPECT added in v1.21.0

func (m *MockIPage) EXPECT() *MockIPageMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIPage) GetItemCount added in v1.21.0

func (m *MockIPage) GetItemCount() (int64, error)

GetItemCount mocks base method.

func (*MockIPage) GetItemIterator added in v1.21.0

func (m *MockIPage) GetItemIterator() (pagination.IIterator, error)

GetItemIterator mocks base method.

func (*MockIPage) GetNext added in v1.21.0

func (m *MockIPage) GetNext(arg0 context.Context) (pagination.IPage, error)

GetNext mocks base method.

func (*MockIPage) HasNext added in v1.21.0

func (m *MockIPage) HasNext() bool

HasNext mocks base method.

type MockIPageMockRecorder added in v1.21.0

type MockIPageMockRecorder struct {
	// contains filtered or unexported fields
}

MockIPageMockRecorder is the mock recorder for MockIPage.

func (*MockIPageMockRecorder) GetItemCount added in v1.21.0

func (mr *MockIPageMockRecorder) GetItemCount() *gomock.Call

GetItemCount indicates an expected call of GetItemCount.

func (*MockIPageMockRecorder) GetItemIterator added in v1.21.0

func (mr *MockIPageMockRecorder) GetItemIterator() *gomock.Call

GetItemIterator indicates an expected call of GetItemIterator.

func (*MockIPageMockRecorder) GetNext added in v1.21.0

func (mr *MockIPageMockRecorder) GetNext(arg0 interface{}) *gomock.Call

GetNext indicates an expected call of GetNext.

func (*MockIPageMockRecorder) HasNext added in v1.21.0

func (mr *MockIPageMockRecorder) HasNext() *gomock.Call

HasNext indicates an expected call of HasNext.

type MockIPaginator added in v1.21.0

type MockIPaginator struct {
	// contains filtered or unexported fields
}

MockIPaginator is a mock of IPaginator interface.

func NewMockIPaginator added in v1.21.0

func NewMockIPaginator(ctrl *gomock.Controller) *MockIPaginator

NewMockIPaginator creates a new mock instance.

func (*MockIPaginator) Close added in v1.21.0

func (m *MockIPaginator) Close() error

Close mocks base method.

func (*MockIPaginator) EXPECT added in v1.21.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIPaginator) GetCurrentPage added in v1.21.0

func (m *MockIPaginator) GetCurrentPage() (pagination.IPage, error)

GetCurrentPage mocks base method.

func (*MockIPaginator) GetNext added in v1.21.0

func (m *MockIPaginator) GetNext() (interface{}, error)

GetNext mocks base method.

func (*MockIPaginator) HasNext added in v1.21.0

func (m *MockIPaginator) HasNext() bool

HasNext mocks base method.

func (*MockIPaginator) Stop added in v1.21.0

func (m *MockIPaginator) Stop() context.CancelFunc

Stop mocks base method.

type MockIPaginatorAndPageFetcher added in v1.23.0

type MockIPaginatorAndPageFetcher struct {
	// contains filtered or unexported fields
}

MockIPaginatorAndPageFetcher is a mock of IPaginatorAndPageFetcher interface.

func NewMockIPaginatorAndPageFetcher added in v1.23.0

func NewMockIPaginatorAndPageFetcher(ctrl *gomock.Controller) *MockIPaginatorAndPageFetcher

NewMockIPaginatorAndPageFetcher creates a new mock instance.

func (*MockIPaginatorAndPageFetcher) Close added in v1.23.0

Close mocks base method.

func (*MockIPaginatorAndPageFetcher) EXPECT added in v1.23.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIPaginatorAndPageFetcher) FetchNextPage added in v1.23.0

FetchNextPage mocks base method.

func (*MockIPaginatorAndPageFetcher) GetCurrentPage added in v1.23.0

GetCurrentPage mocks base method.

func (*MockIPaginatorAndPageFetcher) GetNext added in v1.23.0

func (m *MockIPaginatorAndPageFetcher) GetNext() (interface{}, error)

GetNext mocks base method.

func (*MockIPaginatorAndPageFetcher) HasNext added in v1.23.0

func (m *MockIPaginatorAndPageFetcher) HasNext() bool

HasNext mocks base method.

func (*MockIPaginatorAndPageFetcher) Stop added in v1.23.0

Stop mocks base method.

type MockIPaginatorAndPageFetcherMockRecorder added in v1.23.0

type MockIPaginatorAndPageFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockIPaginatorAndPageFetcherMockRecorder is the mock recorder for MockIPaginatorAndPageFetcher.

func (*MockIPaginatorAndPageFetcherMockRecorder) Close added in v1.23.0

Close indicates an expected call of Close.

func (*MockIPaginatorAndPageFetcherMockRecorder) FetchNextPage added in v1.23.0

func (mr *MockIPaginatorAndPageFetcherMockRecorder) FetchNextPage(arg0, arg1 interface{}) *gomock.Call

FetchNextPage indicates an expected call of FetchNextPage.

func (*MockIPaginatorAndPageFetcherMockRecorder) GetCurrentPage added in v1.23.0

GetCurrentPage indicates an expected call of GetCurrentPage.

func (*MockIPaginatorAndPageFetcherMockRecorder) GetNext added in v1.23.0

GetNext indicates an expected call of GetNext.

func (*MockIPaginatorAndPageFetcherMockRecorder) HasNext added in v1.23.0

HasNext indicates an expected call of HasNext.

func (*MockIPaginatorAndPageFetcherMockRecorder) Stop added in v1.23.0

Stop indicates an expected call of Stop.

type MockIPaginatorMockRecorder added in v1.21.0

type MockIPaginatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockIPaginatorMockRecorder is the mock recorder for MockIPaginator.

func (*MockIPaginatorMockRecorder) Close added in v1.21.0

func (mr *MockIPaginatorMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockIPaginatorMockRecorder) GetCurrentPage added in v1.21.0

func (mr *MockIPaginatorMockRecorder) GetCurrentPage() *gomock.Call

GetCurrentPage indicates an expected call of GetCurrentPage.

func (*MockIPaginatorMockRecorder) GetNext added in v1.21.0

func (mr *MockIPaginatorMockRecorder) GetNext() *gomock.Call

GetNext indicates an expected call of GetNext.

func (*MockIPaginatorMockRecorder) HasNext added in v1.21.0

func (mr *MockIPaginatorMockRecorder) HasNext() *gomock.Call

HasNext indicates an expected call of HasNext.

func (*MockIPaginatorMockRecorder) Stop added in v1.21.0

Stop indicates an expected call of Stop.

type MockIRetryWaitPolicy added in v1.7.0

type MockIRetryWaitPolicy struct {
	// contains filtered or unexported fields
}

MockIRetryWaitPolicy is a mock of IRetryWaitPolicy interface.

func NewMockIRetryWaitPolicy added in v1.7.0

func NewMockIRetryWaitPolicy(ctrl *gomock.Controller) *MockIRetryWaitPolicy

NewMockIRetryWaitPolicy creates a new mock instance.

func (*MockIRetryWaitPolicy) Apply added in v1.7.0

func (m *MockIRetryWaitPolicy) Apply(arg0, arg1 time.Duration, arg2 int, arg3 *http.Response) time.Duration

Apply mocks base method.

func (*MockIRetryWaitPolicy) EXPECT added in v1.7.0

EXPECT returns an object that allows the caller to indicate expected use.

type MockIRetryWaitPolicyMockRecorder added in v1.7.0

type MockIRetryWaitPolicyMockRecorder struct {
	// contains filtered or unexported fields
}

MockIRetryWaitPolicyMockRecorder is the mock recorder for MockIRetryWaitPolicy.

func (*MockIRetryWaitPolicyMockRecorder) Apply added in v1.7.0

func (mr *MockIRetryWaitPolicyMockRecorder) Apply(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Apply indicates an expected call of Apply.

type MockIServiceConfiguration

type MockIServiceConfiguration struct {
	// contains filtered or unexported fields
}

MockIServiceConfiguration is a mock of IServiceConfiguration interface.

func NewMockIServiceConfiguration

func NewMockIServiceConfiguration(ctrl *gomock.Controller) *MockIServiceConfiguration

NewMockIServiceConfiguration creates a new mock instance.

func (*MockIServiceConfiguration) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIServiceConfiguration) Validate

func (m *MockIServiceConfiguration) Validate() error

Validate mocks base method.

type MockIServiceConfigurationMockRecorder

type MockIServiceConfigurationMockRecorder struct {
	// contains filtered or unexported fields
}

MockIServiceConfigurationMockRecorder is the mock recorder for MockIServiceConfiguration.

func (*MockIServiceConfigurationMockRecorder) Validate

Validate indicates an expected call of Validate.

type MockISharedCacheRepository added in v1.18.0

type MockISharedCacheRepository struct {
	// contains filtered or unexported fields
}

MockISharedCacheRepository is a mock of ISharedCacheRepository interface.

func NewMockISharedCacheRepository added in v1.18.0

func NewMockISharedCacheRepository(ctrl *gomock.Controller) *MockISharedCacheRepository

NewMockISharedCacheRepository creates a new mock instance.

func (*MockISharedCacheRepository) CleanEntry added in v1.18.0

func (m *MockISharedCacheRepository) CleanEntry(arg0 context.Context, arg1 string) error

CleanEntry mocks base method.

func (*MockISharedCacheRepository) EXPECT added in v1.18.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockISharedCacheRepository) EntriesCount added in v1.18.0

func (m *MockISharedCacheRepository) EntriesCount(arg0 context.Context) (int64, error)

EntriesCount mocks base method.

func (*MockISharedCacheRepository) Fetch added in v1.18.0

func (m *MockISharedCacheRepository) Fetch(arg0 context.Context, arg1, arg2 string) error

Fetch mocks base method.

func (*MockISharedCacheRepository) GenerateKey added in v1.18.0

func (m *MockISharedCacheRepository) GenerateKey(arg0 ...string) string

GenerateKey mocks base method.

func (*MockISharedCacheRepository) GetEntries added in v1.18.0

func (m *MockISharedCacheRepository) GetEntries(arg0 context.Context) ([]string, error)

GetEntries mocks base method.

func (*MockISharedCacheRepository) GetEntryAge added in v1.18.0

func (m *MockISharedCacheRepository) GetEntryAge(arg0 context.Context, arg1 string) (time.Duration, error)

GetEntryAge mocks base method.

func (*MockISharedCacheRepository) RemoveEntry added in v1.18.0

func (m *MockISharedCacheRepository) RemoveEntry(arg0 context.Context, arg1 string) error

RemoveEntry mocks base method.

func (*MockISharedCacheRepository) SetEntryAge added in v1.18.0

func (m *MockISharedCacheRepository) SetEntryAge(arg0 context.Context, arg1 string, arg2 time.Duration) error

SetEntryAge mocks base method.

func (*MockISharedCacheRepository) Store added in v1.18.0

func (m *MockISharedCacheRepository) Store(arg0 context.Context, arg1, arg2 string) error

Store mocks base method.

type MockISharedCacheRepositoryMockRecorder added in v1.18.0

type MockISharedCacheRepositoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockISharedCacheRepositoryMockRecorder is the mock recorder for MockISharedCacheRepository.

func (*MockISharedCacheRepositoryMockRecorder) CleanEntry added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) CleanEntry(arg0, arg1 interface{}) *gomock.Call

CleanEntry indicates an expected call of CleanEntry.

func (*MockISharedCacheRepositoryMockRecorder) EntriesCount added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) EntriesCount(arg0 interface{}) *gomock.Call

EntriesCount indicates an expected call of EntriesCount.

func (*MockISharedCacheRepositoryMockRecorder) Fetch added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) Fetch(arg0, arg1, arg2 interface{}) *gomock.Call

Fetch indicates an expected call of Fetch.

func (*MockISharedCacheRepositoryMockRecorder) GenerateKey added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) GenerateKey(arg0 ...interface{}) *gomock.Call

GenerateKey indicates an expected call of GenerateKey.

func (*MockISharedCacheRepositoryMockRecorder) GetEntries added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) GetEntries(arg0 interface{}) *gomock.Call

GetEntries indicates an expected call of GetEntries.

func (*MockISharedCacheRepositoryMockRecorder) GetEntryAge added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) GetEntryAge(arg0, arg1 interface{}) *gomock.Call

GetEntryAge indicates an expected call of GetEntryAge.

func (*MockISharedCacheRepositoryMockRecorder) RemoveEntry added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) RemoveEntry(arg0, arg1 interface{}) *gomock.Call

RemoveEntry indicates an expected call of RemoveEntry.

func (*MockISharedCacheRepositoryMockRecorder) SetEntryAge added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) SetEntryAge(arg0, arg1, arg2 interface{}) *gomock.Call

SetEntryAge indicates an expected call of SetEntryAge.

func (*MockISharedCacheRepositoryMockRecorder) Store added in v1.18.0

func (mr *MockISharedCacheRepositoryMockRecorder) Store(arg0, arg1, arg2 interface{}) *gomock.Call

Store indicates an expected call of Store.

type MockIStater added in v1.54.0

type MockIStater struct {
	// contains filtered or unexported fields
}

MockIStater is a mock of IStater interface.

func NewMockIStater added in v1.54.0

func NewMockIStater(ctrl *gomock.Controller) *MockIStater

NewMockIStater creates a new mock instance.

func (*MockIStater) EXPECT added in v1.54.0

func (m *MockIStater) EXPECT() *MockIStaterMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIStater) LstatIfPossible added in v1.54.0

func (m *MockIStater) LstatIfPossible(arg0 string) (fs.FileInfo, bool, error)

LstatIfPossible mocks base method.

type MockIStaterMockRecorder added in v1.54.0

type MockIStaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStaterMockRecorder is the mock recorder for MockIStater.

func (*MockIStaterMockRecorder) LstatIfPossible added in v1.54.0

func (mr *MockIStaterMockRecorder) LstatIfPossible(arg0 interface{}) *gomock.Call

LstatIfPossible indicates an expected call of LstatIfPossible.

type MockIStaticPage added in v1.23.0

type MockIStaticPage struct {
	// contains filtered or unexported fields
}

MockIStaticPage is a mock of IStaticPage interface.

func NewMockIStaticPage added in v1.23.0

func NewMockIStaticPage(ctrl *gomock.Controller) *MockIStaticPage

NewMockIStaticPage creates a new mock instance.

func (*MockIStaticPage) EXPECT added in v1.23.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIStaticPage) GetItemCount added in v1.23.0

func (m *MockIStaticPage) GetItemCount() (int64, error)

GetItemCount mocks base method.

func (*MockIStaticPage) GetItemIterator added in v1.23.0

func (m *MockIStaticPage) GetItemIterator() (pagination.IIterator, error)

GetItemIterator mocks base method.

func (*MockIStaticPage) HasNext added in v1.23.0

func (m *MockIStaticPage) HasNext() bool

HasNext mocks base method.

type MockIStaticPageMockRecorder added in v1.23.0

type MockIStaticPageMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStaticPageMockRecorder is the mock recorder for MockIStaticPage.

func (*MockIStaticPageMockRecorder) GetItemCount added in v1.23.0

func (mr *MockIStaticPageMockRecorder) GetItemCount() *gomock.Call

GetItemCount indicates an expected call of GetItemCount.

func (*MockIStaticPageMockRecorder) GetItemIterator added in v1.23.0

func (mr *MockIStaticPageMockRecorder) GetItemIterator() *gomock.Call

GetItemIterator indicates an expected call of GetItemIterator.

func (*MockIStaticPageMockRecorder) HasNext added in v1.23.0

func (mr *MockIStaticPageMockRecorder) HasNext() *gomock.Call

HasNext indicates an expected call of HasNext.

type MockIStaticPageStream added in v1.23.0

type MockIStaticPageStream struct {
	// contains filtered or unexported fields
}

MockIStaticPageStream is a mock of IStaticPageStream interface.

func NewMockIStaticPageStream added in v1.23.0

func NewMockIStaticPageStream(ctrl *gomock.Controller) *MockIStaticPageStream

NewMockIStaticPageStream creates a new mock instance.

func (*MockIStaticPageStream) EXPECT added in v1.23.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIStaticPageStream) GetItemCount added in v1.23.0

func (m *MockIStaticPageStream) GetItemCount() (int64, error)

GetItemCount mocks base method.

func (*MockIStaticPageStream) GetItemIterator added in v1.23.0

func (m *MockIStaticPageStream) GetItemIterator() (pagination.IIterator, error)

GetItemIterator mocks base method.

func (*MockIStaticPageStream) HasFuture added in v1.23.0

func (m *MockIStaticPageStream) HasFuture() bool

HasFuture mocks base method.

func (*MockIStaticPageStream) HasNext added in v1.23.0

func (m *MockIStaticPageStream) HasNext() bool

HasNext mocks base method.

type MockIStaticPageStreamMockRecorder added in v1.23.0

type MockIStaticPageStreamMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStaticPageStreamMockRecorder is the mock recorder for MockIStaticPageStream.

func (*MockIStaticPageStreamMockRecorder) GetItemCount added in v1.23.0

func (mr *MockIStaticPageStreamMockRecorder) GetItemCount() *gomock.Call

GetItemCount indicates an expected call of GetItemCount.

func (*MockIStaticPageStreamMockRecorder) GetItemIterator added in v1.23.0

func (mr *MockIStaticPageStreamMockRecorder) GetItemIterator() *gomock.Call

GetItemIterator indicates an expected call of GetItemIterator.

func (*MockIStaticPageStreamMockRecorder) HasFuture added in v1.23.0

HasFuture indicates an expected call of HasFuture.

func (*MockIStaticPageStreamMockRecorder) HasNext added in v1.23.0

HasNext indicates an expected call of HasNext.

type MockIStream added in v1.21.0

type MockIStream struct {
	// contains filtered or unexported fields
}

MockIStream is a mock of IStream interface.

func NewMockIStream added in v1.21.0

func NewMockIStream(ctrl *gomock.Controller) *MockIStream

NewMockIStream creates a new mock instance.

func (*MockIStream) EXPECT added in v1.21.0

func (m *MockIStream) EXPECT() *MockIStreamMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIStream) GetFuture added in v1.21.0

func (m *MockIStream) GetFuture(arg0 context.Context) (pagination.IStream, error)

GetFuture mocks base method.

func (*MockIStream) GetItemCount added in v1.21.0

func (m *MockIStream) GetItemCount() (int64, error)

GetItemCount mocks base method.

func (*MockIStream) GetItemIterator added in v1.21.0

func (m *MockIStream) GetItemIterator() (pagination.IIterator, error)

GetItemIterator mocks base method.

func (*MockIStream) GetNext added in v1.21.0

func (m *MockIStream) GetNext(arg0 context.Context) (pagination.IPage, error)

GetNext mocks base method.

func (*MockIStream) HasFuture added in v1.21.0

func (m *MockIStream) HasFuture() bool

HasFuture mocks base method.

func (*MockIStream) HasNext added in v1.21.0

func (m *MockIStream) HasNext() bool

HasNext mocks base method.

type MockIStreamMockRecorder added in v1.21.0

type MockIStreamMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStreamMockRecorder is the mock recorder for MockIStream.

func (*MockIStreamMockRecorder) GetFuture added in v1.21.0

func (mr *MockIStreamMockRecorder) GetFuture(arg0 interface{}) *gomock.Call

GetFuture indicates an expected call of GetFuture.

func (*MockIStreamMockRecorder) GetItemCount added in v1.21.0

func (mr *MockIStreamMockRecorder) GetItemCount() *gomock.Call

GetItemCount indicates an expected call of GetItemCount.

func (*MockIStreamMockRecorder) GetItemIterator added in v1.21.0

func (mr *MockIStreamMockRecorder) GetItemIterator() *gomock.Call

GetItemIterator indicates an expected call of GetItemIterator.

func (*MockIStreamMockRecorder) GetNext added in v1.21.0

func (mr *MockIStreamMockRecorder) GetNext(arg0 interface{}) *gomock.Call

GetNext indicates an expected call of GetNext.

func (*MockIStreamMockRecorder) HasFuture added in v1.21.0

func (mr *MockIStreamMockRecorder) HasFuture() *gomock.Call

HasFuture indicates an expected call of HasFuture.

func (*MockIStreamMockRecorder) HasNext added in v1.21.0

func (mr *MockIStreamMockRecorder) HasNext() *gomock.Call

HasNext indicates an expected call of HasNext.

type MockIStreamPaginator added in v1.21.0

type MockIStreamPaginator struct {
	// contains filtered or unexported fields
}

MockIStreamPaginator is a mock of IStreamPaginator interface.

func NewMockIStreamPaginator added in v1.21.0

func NewMockIStreamPaginator(ctrl *gomock.Controller) *MockIStreamPaginator

NewMockIStreamPaginator creates a new mock instance.

func (*MockIStreamPaginator) Close added in v1.21.0

func (m *MockIStreamPaginator) Close() error

Close mocks base method.

func (*MockIStreamPaginator) DryUp added in v1.21.0

func (m *MockIStreamPaginator) DryUp() error

DryUp mocks base method.

func (*MockIStreamPaginator) EXPECT added in v1.21.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIStreamPaginator) GetCurrentPage added in v1.21.0

func (m *MockIStreamPaginator) GetCurrentPage() (pagination.IPage, error)

GetCurrentPage mocks base method.

func (*MockIStreamPaginator) GetNext added in v1.21.0

func (m *MockIStreamPaginator) GetNext() (interface{}, error)

GetNext mocks base method.

func (*MockIStreamPaginator) HasNext added in v1.21.0

func (m *MockIStreamPaginator) HasNext() bool

HasNext mocks base method.

func (*MockIStreamPaginator) IsRunningDry added in v1.21.0

func (m *MockIStreamPaginator) IsRunningDry() bool

IsRunningDry mocks base method.

func (*MockIStreamPaginator) Stop added in v1.21.0

Stop mocks base method.

type MockIStreamPaginatorAndPageFetcher added in v1.23.0

type MockIStreamPaginatorAndPageFetcher struct {
	// contains filtered or unexported fields
}

MockIStreamPaginatorAndPageFetcher is a mock of IStreamPaginatorAndPageFetcher interface.

func NewMockIStreamPaginatorAndPageFetcher added in v1.23.0

func NewMockIStreamPaginatorAndPageFetcher(ctrl *gomock.Controller) *MockIStreamPaginatorAndPageFetcher

NewMockIStreamPaginatorAndPageFetcher creates a new mock instance.

func (*MockIStreamPaginatorAndPageFetcher) Close added in v1.23.0

Close mocks base method.

func (*MockIStreamPaginatorAndPageFetcher) DryUp added in v1.23.0

DryUp mocks base method.

func (*MockIStreamPaginatorAndPageFetcher) EXPECT added in v1.23.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIStreamPaginatorAndPageFetcher) FetchFuturePage added in v1.23.0

FetchFuturePage mocks base method.

func (*MockIStreamPaginatorAndPageFetcher) FetchNextPage added in v1.23.0

FetchNextPage mocks base method.

func (*MockIStreamPaginatorAndPageFetcher) GetCurrentPage added in v1.23.0

GetCurrentPage mocks base method.

func (*MockIStreamPaginatorAndPageFetcher) GetNext added in v1.23.0

func (m *MockIStreamPaginatorAndPageFetcher) GetNext() (interface{}, error)

GetNext mocks base method.

func (*MockIStreamPaginatorAndPageFetcher) HasNext added in v1.23.0

HasNext mocks base method.

func (*MockIStreamPaginatorAndPageFetcher) IsRunningDry added in v1.23.0

func (m *MockIStreamPaginatorAndPageFetcher) IsRunningDry() bool

IsRunningDry mocks base method.

func (*MockIStreamPaginatorAndPageFetcher) Stop added in v1.23.0

Stop mocks base method.

type MockIStreamPaginatorAndPageFetcherMockRecorder added in v1.23.0

type MockIStreamPaginatorAndPageFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStreamPaginatorAndPageFetcherMockRecorder is the mock recorder for MockIStreamPaginatorAndPageFetcher.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) Close added in v1.23.0

Close indicates an expected call of Close.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) DryUp added in v1.23.0

DryUp indicates an expected call of DryUp.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) FetchFuturePage added in v1.23.0

func (mr *MockIStreamPaginatorAndPageFetcherMockRecorder) FetchFuturePage(arg0, arg1 interface{}) *gomock.Call

FetchFuturePage indicates an expected call of FetchFuturePage.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) FetchNextPage added in v1.23.0

func (mr *MockIStreamPaginatorAndPageFetcherMockRecorder) FetchNextPage(arg0, arg1 interface{}) *gomock.Call

FetchNextPage indicates an expected call of FetchNextPage.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) GetCurrentPage added in v1.23.0

GetCurrentPage indicates an expected call of GetCurrentPage.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) GetNext added in v1.23.0

GetNext indicates an expected call of GetNext.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) HasNext added in v1.23.0

HasNext indicates an expected call of HasNext.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) IsRunningDry added in v1.23.0

IsRunningDry indicates an expected call of IsRunningDry.

func (*MockIStreamPaginatorAndPageFetcherMockRecorder) Stop added in v1.23.0

Stop indicates an expected call of Stop.

type MockIStreamPaginatorMockRecorder added in v1.21.0

type MockIStreamPaginatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStreamPaginatorMockRecorder is the mock recorder for MockIStreamPaginator.

func (*MockIStreamPaginatorMockRecorder) Close added in v1.21.0

Close indicates an expected call of Close.

func (*MockIStreamPaginatorMockRecorder) DryUp added in v1.21.0

DryUp indicates an expected call of DryUp.

func (*MockIStreamPaginatorMockRecorder) GetCurrentPage added in v1.21.0

func (mr *MockIStreamPaginatorMockRecorder) GetCurrentPage() *gomock.Call

GetCurrentPage indicates an expected call of GetCurrentPage.

func (*MockIStreamPaginatorMockRecorder) GetNext added in v1.21.0

GetNext indicates an expected call of GetNext.

func (*MockIStreamPaginatorMockRecorder) HasNext added in v1.21.0

HasNext indicates an expected call of HasNext.

func (*MockIStreamPaginatorMockRecorder) IsRunningDry added in v1.21.0

func (mr *MockIStreamPaginatorMockRecorder) IsRunningDry() *gomock.Call

IsRunningDry indicates an expected call of IsRunningDry.

func (*MockIStreamPaginatorMockRecorder) Stop added in v1.21.0

Stop indicates an expected call of Stop.

type MockISymLinker added in v1.54.0

type MockISymLinker struct {
	// contains filtered or unexported fields
}

MockISymLinker is a mock of ISymLinker interface.

func NewMockISymLinker added in v1.54.0

func NewMockISymLinker(ctrl *gomock.Controller) *MockISymLinker

NewMockISymLinker creates a new mock instance.

func (*MockISymLinker) EXPECT added in v1.54.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockISymLinker) SymlinkIfPossible added in v1.54.0

func (m *MockISymLinker) SymlinkIfPossible(arg0, arg1 string) error

SymlinkIfPossible mocks base method.

type MockISymLinkerMockRecorder added in v1.54.0

type MockISymLinkerMockRecorder struct {
	// contains filtered or unexported fields
}

MockISymLinkerMockRecorder is the mock recorder for MockISymLinker.

func (*MockISymLinkerMockRecorder) SymlinkIfPossible added in v1.54.0

func (mr *MockISymLinkerMockRecorder) SymlinkIfPossible(arg0, arg1 interface{}) *gomock.Call

SymlinkIfPossible indicates an expected call of SymlinkIfPossible.

type MockLoggers

type MockLoggers struct {
	// contains filtered or unexported fields
}

MockLoggers is a mock of Loggers interface.

func NewMockLoggers

func NewMockLoggers(ctrl *gomock.Controller) *MockLoggers

NewMockLoggers creates a new mock instance.

func (*MockLoggers) Check

func (m *MockLoggers) Check() error

Check mocks base method.

func (*MockLoggers) Close

func (m *MockLoggers) Close() error

Close mocks base method.

func (*MockLoggers) EXPECT

func (m *MockLoggers) EXPECT() *MockLoggersMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLoggers) Log

func (m *MockLoggers) Log(arg0 ...interface{})

Log mocks base method.

func (*MockLoggers) LogError

func (m *MockLoggers) LogError(arg0 ...interface{})

LogError mocks base method.

func (*MockLoggers) SetLogSource

func (m *MockLoggers) SetLogSource(arg0 string) error

SetLogSource mocks base method.

func (*MockLoggers) SetLoggerSource

func (m *MockLoggers) SetLoggerSource(arg0 string) error

SetLoggerSource mocks base method.

type MockLoggersMockRecorder

type MockLoggersMockRecorder struct {
	// contains filtered or unexported fields
}

MockLoggersMockRecorder is the mock recorder for MockLoggers.

func (*MockLoggersMockRecorder) Check

func (mr *MockLoggersMockRecorder) Check() *gomock.Call

Check indicates an expected call of Check.

func (*MockLoggersMockRecorder) Close

func (mr *MockLoggersMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockLoggersMockRecorder) Log

func (mr *MockLoggersMockRecorder) Log(arg0 ...interface{}) *gomock.Call

Log indicates an expected call of Log.

func (*MockLoggersMockRecorder) LogError

func (mr *MockLoggersMockRecorder) LogError(arg0 ...interface{}) *gomock.Call

LogError indicates an expected call of LogError.

func (*MockLoggersMockRecorder) SetLogSource

func (mr *MockLoggersMockRecorder) SetLogSource(arg0 interface{}) *gomock.Call

SetLogSource indicates an expected call of SetLogSource.

func (*MockLoggersMockRecorder) SetLoggerSource

func (mr *MockLoggersMockRecorder) SetLoggerSource(arg0 interface{}) *gomock.Call

SetLoggerSource indicates an expected call of SetLoggerSource.

type MockStdLogger added in v1.14.0

type MockStdLogger struct {
	// contains filtered or unexported fields
}

MockStdLogger is a mock of StdLogger interface.

func NewMockStdLogger added in v1.14.0

func NewMockStdLogger(ctrl *gomock.Controller) *MockStdLogger

NewMockStdLogger creates a new mock instance.

func (*MockStdLogger) EXPECT added in v1.14.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStdLogger) Output added in v1.14.0

func (m *MockStdLogger) Output(arg0 int, arg1 string) error

Output mocks base method.

type MockStdLoggerMockRecorder added in v1.14.0

type MockStdLoggerMockRecorder struct {
	// contains filtered or unexported fields
}

MockStdLoggerMockRecorder is the mock recorder for MockStdLogger.

func (*MockStdLoggerMockRecorder) Output added in v1.14.0

func (mr *MockStdLoggerMockRecorder) Output(arg0, arg1 interface{}) *gomock.Call

Output indicates an expected call of Output.

type MockValidator added in v1.31.0

type MockValidator struct {
	// contains filtered or unexported fields
}

MockValidator is a mock of Validator interface.

func NewMockValidator added in v1.31.0

func NewMockValidator(ctrl *gomock.Controller) *MockValidator

NewMockValidator creates a new mock instance.

func (*MockValidator) EXPECT added in v1.31.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockValidator) Validate added in v1.31.0

func (m *MockValidator) Validate() error

Validate mocks base method.

type MockValidatorMockRecorder added in v1.31.0

type MockValidatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockValidatorMockRecorder is the mock recorder for MockValidator.

func (*MockValidatorMockRecorder) Validate added in v1.31.0

func (mr *MockValidatorMockRecorder) Validate() *gomock.Call

Validate indicates an expected call of Validate.

type MockWriterWithSource

type MockWriterWithSource struct {
	// contains filtered or unexported fields
}

MockWriterWithSource is a mock of WriterWithSource interface.

func NewMockWriterWithSource

func NewMockWriterWithSource(ctrl *gomock.Controller) *MockWriterWithSource

NewMockWriterWithSource creates a new mock instance.

func (*MockWriterWithSource) Close

func (m *MockWriterWithSource) Close() error

Close mocks base method.

func (*MockWriterWithSource) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWriterWithSource) SetSource

func (m *MockWriterWithSource) SetSource(arg0 string) error

SetSource mocks base method.

func (*MockWriterWithSource) Write

func (m *MockWriterWithSource) Write(arg0 []byte) (int, error)

Write mocks base method.

type MockWriterWithSourceMockRecorder

type MockWriterWithSourceMockRecorder struct {
	// contains filtered or unexported fields
}

MockWriterWithSourceMockRecorder is the mock recorder for MockWriterWithSource.

func (*MockWriterWithSourceMockRecorder) Close

Close indicates an expected call of Close.

func (*MockWriterWithSourceMockRecorder) SetSource

func (mr *MockWriterWithSourceMockRecorder) SetSource(arg0 interface{}) *gomock.Call

SetSource indicates an expected call of SetSource.

func (*MockWriterWithSourceMockRecorder) Write

func (mr *MockWriterWithSourceMockRecorder) Write(arg0 interface{}) *gomock.Call

Write indicates an expected call of Write.

Jump to

Keyboard shortcuts

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