Documentation ¶
Overview ¶
Package mock_fileindex is a generated GoMock package.
Index ¶
- type MockFileIndex
- func (m *MockFileIndex) EXPECT() *MockFileIndexMockRecorder
- func (m *MockFileIndex) LastScanComplete() time.Time
- func (m *MockFileIndex) PathDirs() []string
- func (m *MockFileIndex) PathExts() []string
- func (m *MockFileIndex) Paths(arg0 ...fileindex.FileFilterOpt) []string
- func (m *MockFileIndex) RootDir() string
- func (m *MockFileIndex) Scan() error
- type MockFileIndexMockRecorder
- func (mr *MockFileIndexMockRecorder) LastScanComplete() *gomock.Call
- func (mr *MockFileIndexMockRecorder) PathDirs() *gomock.Call
- func (mr *MockFileIndexMockRecorder) PathExts() *gomock.Call
- func (mr *MockFileIndexMockRecorder) Paths(arg0 ...interface{}) *gomock.Call
- func (mr *MockFileIndexMockRecorder) RootDir() *gomock.Call
- func (mr *MockFileIndexMockRecorder) Scan() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFileIndex ¶
type MockFileIndex struct {
// contains filtered or unexported fields
}
MockFileIndex is a mock of FileIndex interface.
func NewMockFileIndex ¶
func NewMockFileIndex(ctrl *gomock.Controller) *MockFileIndex
NewMockFileIndex creates a new mock instance.
func (*MockFileIndex) EXPECT ¶
func (m *MockFileIndex) EXPECT() *MockFileIndexMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFileIndex) LastScanComplete ¶
func (m *MockFileIndex) LastScanComplete() time.Time
LastScanComplete mocks base method.
func (*MockFileIndex) PathDirs ¶
func (m *MockFileIndex) PathDirs() []string
PathDirs mocks base method.
func (*MockFileIndex) PathExts ¶
func (m *MockFileIndex) PathExts() []string
PathExts mocks base method.
func (*MockFileIndex) Paths ¶
func (m *MockFileIndex) Paths(arg0 ...fileindex.FileFilterOpt) []string
Paths mocks base method.
type MockFileIndexMockRecorder ¶
type MockFileIndexMockRecorder struct {
// contains filtered or unexported fields
}
MockFileIndexMockRecorder is the mock recorder for MockFileIndex.
func (*MockFileIndexMockRecorder) LastScanComplete ¶
func (mr *MockFileIndexMockRecorder) LastScanComplete() *gomock.Call
LastScanComplete indicates an expected call of LastScanComplete.
func (*MockFileIndexMockRecorder) PathDirs ¶
func (mr *MockFileIndexMockRecorder) PathDirs() *gomock.Call
PathDirs indicates an expected call of PathDirs.
func (*MockFileIndexMockRecorder) PathExts ¶
func (mr *MockFileIndexMockRecorder) PathExts() *gomock.Call
PathExts indicates an expected call of PathExts.
func (*MockFileIndexMockRecorder) Paths ¶
func (mr *MockFileIndexMockRecorder) Paths(arg0 ...interface{}) *gomock.Call
Paths indicates an expected call of Paths.
func (*MockFileIndexMockRecorder) RootDir ¶
func (mr *MockFileIndexMockRecorder) RootDir() *gomock.Call
RootDir indicates an expected call of RootDir.
func (*MockFileIndexMockRecorder) Scan ¶
func (mr *MockFileIndexMockRecorder) Scan() *gomock.Call
Scan indicates an expected call of Scan.