mocks

package
v1.26.1 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: MIT Imports: 3 Imported by: 0

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) Close

func (m *MockExcelFile) Close() error

Close mocks base method.

func (*MockExcelFile) EXPECT

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

func (*MockExcelFile) GetRows

func (m *MockExcelFile) GetRows(sheet string) ([][]string, error)

GetRows mocks base method.

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

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

func (*MockExcelFileSystem) Open

func (m *MockExcelFileSystem) Open(path string) (file.ExcelFile, error)

Open mocks base method.

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.

Jump to

Keyboard shortcuts

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