Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) AppendRows(ctx context.Context, sheetName, rowRange string, records [][]interface{}) error
- func (m *MockClient) ClearSheet(ctx context.Context, sheetName string) error
- func (m *MockClient) CreateSheet(ctx context.Context, sheetName string) error
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- type MockClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) AppendRows ¶
func (m *MockClient) AppendRows(ctx context.Context, sheetName, rowRange string, records [][]interface{}) error
AppendRows mocks base method.
func (*MockClient) ClearSheet ¶
func (m *MockClient) ClearSheet(ctx context.Context, sheetName string) error
ClearSheet mocks base method.
func (*MockClient) CreateSheet ¶
func (m *MockClient) CreateSheet(ctx context.Context, sheetName string) error
CreateSheet mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) AppendRows ¶
func (mr *MockClientMockRecorder) AppendRows(ctx, sheetName, rowRange, records interface{}) *gomock.Call
AppendRows indicates an expected call of AppendRows.
func (*MockClientMockRecorder) ClearSheet ¶
func (mr *MockClientMockRecorder) ClearSheet(ctx, sheetName interface{}) *gomock.Call
ClearSheet indicates an expected call of ClearSheet.
func (*MockClientMockRecorder) CreateSheet ¶
func (mr *MockClientMockRecorder) CreateSheet(ctx, sheetName interface{}) *gomock.Call
CreateSheet indicates an expected call of CreateSheet.
Click to show internal directories.
Click to hide internal directories.