Documentation
¶
Overview ¶
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 MockExcelFile ¶
type MockExcelFile struct {
// contains filtered or unexported fields
}
MockExcelFile is a mock of ExcelFile interface.
func NewMockExcelFile ¶
func NewMockExcelFile(ctrl *gomock.Controller) *MockExcelFile
NewMockExcelFile creates a new mock instance.
func (*MockExcelFile) EXPECT ¶
func (m *MockExcelFile) EXPECT() *MockExcelFileMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockExcelFileMockRecorder ¶
type MockExcelFileMockRecorder struct {
// contains filtered or unexported fields
}
MockExcelFileMockRecorder is the mock recorder for MockExcelFile.
func (*MockExcelFileMockRecorder) Close ¶
func (mr *MockExcelFileMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockExcelFileMockRecorder) GetRows ¶
func (mr *MockExcelFileMockRecorder) GetRows(sheet interface{}) *gomock.Call
GetRows indicates an expected call of GetRows.
type MockExcelFileSystem ¶
type MockExcelFileSystem struct {
// contains filtered or unexported fields
}
MockExcelFileSystem is a mock of ExcelFileSystem interface.
func NewMockExcelFileSystem ¶
func NewMockExcelFileSystem(ctrl *gomock.Controller) *MockExcelFileSystem
NewMockExcelFileSystem creates a new mock instance.
func (*MockExcelFileSystem) EXPECT ¶
func (m *MockExcelFileSystem) EXPECT() *MockExcelFileSystemMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockExcelFileSystemMockRecorder ¶
type MockExcelFileSystemMockRecorder struct {
// contains filtered or unexported fields
}
MockExcelFileSystemMockRecorder is the mock recorder for MockExcelFileSystem.
func (*MockExcelFileSystemMockRecorder) Open ¶
func (mr *MockExcelFileSystemMockRecorder) Open(path interface{}) *gomock.Call
Open indicates an expected call of Open.