honeycodemock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package honeycodemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHoneycodeAPI

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

MockHoneycodeAPI is a mock of HoneycodeAPI interface.

func NewMockHoneycodeAPI

func NewMockHoneycodeAPI(ctrl *gomock.Controller) *MockHoneycodeAPI

NewMockHoneycodeAPI creates a new mock instance.

func (*MockHoneycodeAPI) BatchCreateTableRows

BatchCreateTableRows mocks base method.

func (*MockHoneycodeAPI) BatchCreateTableRowsRequest

BatchCreateTableRowsRequest mocks base method.

func (*MockHoneycodeAPI) BatchCreateTableRowsWithContext

func (m *MockHoneycodeAPI) BatchCreateTableRowsWithContext(arg0 context.Context, arg1 *honeycode.BatchCreateTableRowsInput, arg2 ...request.Option) (*honeycode.BatchCreateTableRowsOutput, error)

BatchCreateTableRowsWithContext mocks base method.

func (*MockHoneycodeAPI) BatchDeleteTableRows

BatchDeleteTableRows mocks base method.

func (*MockHoneycodeAPI) BatchDeleteTableRowsRequest

BatchDeleteTableRowsRequest mocks base method.

func (*MockHoneycodeAPI) BatchDeleteTableRowsWithContext

func (m *MockHoneycodeAPI) BatchDeleteTableRowsWithContext(arg0 context.Context, arg1 *honeycode.BatchDeleteTableRowsInput, arg2 ...request.Option) (*honeycode.BatchDeleteTableRowsOutput, error)

BatchDeleteTableRowsWithContext mocks base method.

func (*MockHoneycodeAPI) BatchUpdateTableRows

BatchUpdateTableRows mocks base method.

func (*MockHoneycodeAPI) BatchUpdateTableRowsRequest

BatchUpdateTableRowsRequest mocks base method.

func (*MockHoneycodeAPI) BatchUpdateTableRowsWithContext

func (m *MockHoneycodeAPI) BatchUpdateTableRowsWithContext(arg0 context.Context, arg1 *honeycode.BatchUpdateTableRowsInput, arg2 ...request.Option) (*honeycode.BatchUpdateTableRowsOutput, error)

BatchUpdateTableRowsWithContext mocks base method.

func (*MockHoneycodeAPI) BatchUpsertTableRows

BatchUpsertTableRows mocks base method.

func (*MockHoneycodeAPI) BatchUpsertTableRowsRequest

BatchUpsertTableRowsRequest mocks base method.

func (*MockHoneycodeAPI) BatchUpsertTableRowsWithContext

func (m *MockHoneycodeAPI) BatchUpsertTableRowsWithContext(arg0 context.Context, arg1 *honeycode.BatchUpsertTableRowsInput, arg2 ...request.Option) (*honeycode.BatchUpsertTableRowsOutput, error)

BatchUpsertTableRowsWithContext mocks base method.

func (*MockHoneycodeAPI) DescribeTableDataImportJob

DescribeTableDataImportJob mocks base method.

func (*MockHoneycodeAPI) DescribeTableDataImportJobRequest

DescribeTableDataImportJobRequest mocks base method.

func (*MockHoneycodeAPI) DescribeTableDataImportJobWithContext

DescribeTableDataImportJobWithContext mocks base method.

func (*MockHoneycodeAPI) EXPECT

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

func (*MockHoneycodeAPI) GetScreenData

GetScreenData mocks base method.

func (*MockHoneycodeAPI) GetScreenDataRequest

GetScreenDataRequest mocks base method.

func (*MockHoneycodeAPI) GetScreenDataWithContext

func (m *MockHoneycodeAPI) GetScreenDataWithContext(arg0 context.Context, arg1 *honeycode.GetScreenDataInput, arg2 ...request.Option) (*honeycode.GetScreenDataOutput, error)

GetScreenDataWithContext mocks base method.

func (*MockHoneycodeAPI) InvokeScreenAutomation

InvokeScreenAutomation mocks base method.

func (*MockHoneycodeAPI) InvokeScreenAutomationRequest

InvokeScreenAutomationRequest mocks base method.

func (*MockHoneycodeAPI) InvokeScreenAutomationWithContext

func (m *MockHoneycodeAPI) InvokeScreenAutomationWithContext(arg0 context.Context, arg1 *honeycode.InvokeScreenAutomationInput, arg2 ...request.Option) (*honeycode.InvokeScreenAutomationOutput, error)

InvokeScreenAutomationWithContext mocks base method.

func (*MockHoneycodeAPI) ListTableColumns

ListTableColumns mocks base method.

func (*MockHoneycodeAPI) ListTableColumnsPages

func (m *MockHoneycodeAPI) ListTableColumnsPages(arg0 *honeycode.ListTableColumnsInput, arg1 func(*honeycode.ListTableColumnsOutput, bool) bool) error

ListTableColumnsPages mocks base method.

func (*MockHoneycodeAPI) ListTableColumnsPagesWithContext

func (m *MockHoneycodeAPI) ListTableColumnsPagesWithContext(arg0 context.Context, arg1 *honeycode.ListTableColumnsInput, arg2 func(*honeycode.ListTableColumnsOutput, bool) bool, arg3 ...request.Option) error

ListTableColumnsPagesWithContext mocks base method.

func (*MockHoneycodeAPI) ListTableColumnsRequest

ListTableColumnsRequest mocks base method.

func (*MockHoneycodeAPI) ListTableColumnsWithContext

func (m *MockHoneycodeAPI) ListTableColumnsWithContext(arg0 context.Context, arg1 *honeycode.ListTableColumnsInput, arg2 ...request.Option) (*honeycode.ListTableColumnsOutput, error)

ListTableColumnsWithContext mocks base method.

func (*MockHoneycodeAPI) ListTableRows

ListTableRows mocks base method.

func (*MockHoneycodeAPI) ListTableRowsPages

func (m *MockHoneycodeAPI) ListTableRowsPages(arg0 *honeycode.ListTableRowsInput, arg1 func(*honeycode.ListTableRowsOutput, bool) bool) error

ListTableRowsPages mocks base method.

func (*MockHoneycodeAPI) ListTableRowsPagesWithContext

func (m *MockHoneycodeAPI) ListTableRowsPagesWithContext(arg0 context.Context, arg1 *honeycode.ListTableRowsInput, arg2 func(*honeycode.ListTableRowsOutput, bool) bool, arg3 ...request.Option) error

ListTableRowsPagesWithContext mocks base method.

func (*MockHoneycodeAPI) ListTableRowsRequest

ListTableRowsRequest mocks base method.

func (*MockHoneycodeAPI) ListTableRowsWithContext

func (m *MockHoneycodeAPI) ListTableRowsWithContext(arg0 context.Context, arg1 *honeycode.ListTableRowsInput, arg2 ...request.Option) (*honeycode.ListTableRowsOutput, error)

ListTableRowsWithContext mocks base method.

func (*MockHoneycodeAPI) ListTables

ListTables mocks base method.

func (*MockHoneycodeAPI) ListTablesPages

func (m *MockHoneycodeAPI) ListTablesPages(arg0 *honeycode.ListTablesInput, arg1 func(*honeycode.ListTablesOutput, bool) bool) error

ListTablesPages mocks base method.

func (*MockHoneycodeAPI) ListTablesPagesWithContext

func (m *MockHoneycodeAPI) ListTablesPagesWithContext(arg0 context.Context, arg1 *honeycode.ListTablesInput, arg2 func(*honeycode.ListTablesOutput, bool) bool, arg3 ...request.Option) error

ListTablesPagesWithContext mocks base method.

func (*MockHoneycodeAPI) ListTablesRequest

ListTablesRequest mocks base method.

func (*MockHoneycodeAPI) ListTablesWithContext

func (m *MockHoneycodeAPI) ListTablesWithContext(arg0 context.Context, arg1 *honeycode.ListTablesInput, arg2 ...request.Option) (*honeycode.ListTablesOutput, error)

ListTablesWithContext mocks base method.

func (*MockHoneycodeAPI) ListTagsForResource added in v1.43.22

ListTagsForResource mocks base method.

func (*MockHoneycodeAPI) ListTagsForResourceRequest added in v1.43.22

ListTagsForResourceRequest mocks base method.

func (*MockHoneycodeAPI) ListTagsForResourceWithContext added in v1.43.22

func (m *MockHoneycodeAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *honeycode.ListTagsForResourceInput, arg2 ...request.Option) (*honeycode.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockHoneycodeAPI) QueryTableRows

QueryTableRows mocks base method.

func (*MockHoneycodeAPI) QueryTableRowsPages

func (m *MockHoneycodeAPI) QueryTableRowsPages(arg0 *honeycode.QueryTableRowsInput, arg1 func(*honeycode.QueryTableRowsOutput, bool) bool) error

QueryTableRowsPages mocks base method.

func (*MockHoneycodeAPI) QueryTableRowsPagesWithContext

func (m *MockHoneycodeAPI) QueryTableRowsPagesWithContext(arg0 context.Context, arg1 *honeycode.QueryTableRowsInput, arg2 func(*honeycode.QueryTableRowsOutput, bool) bool, arg3 ...request.Option) error

QueryTableRowsPagesWithContext mocks base method.

func (*MockHoneycodeAPI) QueryTableRowsRequest

QueryTableRowsRequest mocks base method.

func (*MockHoneycodeAPI) QueryTableRowsWithContext

func (m *MockHoneycodeAPI) QueryTableRowsWithContext(arg0 context.Context, arg1 *honeycode.QueryTableRowsInput, arg2 ...request.Option) (*honeycode.QueryTableRowsOutput, error)

QueryTableRowsWithContext mocks base method.

func (*MockHoneycodeAPI) StartTableDataImportJob

StartTableDataImportJob mocks base method.

func (*MockHoneycodeAPI) StartTableDataImportJobRequest

StartTableDataImportJobRequest mocks base method.

func (*MockHoneycodeAPI) StartTableDataImportJobWithContext

func (m *MockHoneycodeAPI) StartTableDataImportJobWithContext(arg0 context.Context, arg1 *honeycode.StartTableDataImportJobInput, arg2 ...request.Option) (*honeycode.StartTableDataImportJobOutput, error)

StartTableDataImportJobWithContext mocks base method.

func (*MockHoneycodeAPI) TagResource added in v1.43.22

TagResource mocks base method.

func (*MockHoneycodeAPI) TagResourceRequest added in v1.43.22

TagResourceRequest mocks base method.

func (*MockHoneycodeAPI) TagResourceWithContext added in v1.43.22

func (m *MockHoneycodeAPI) TagResourceWithContext(arg0 context.Context, arg1 *honeycode.TagResourceInput, arg2 ...request.Option) (*honeycode.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockHoneycodeAPI) UntagResource added in v1.43.22

UntagResource mocks base method.

func (*MockHoneycodeAPI) UntagResourceRequest added in v1.43.22

UntagResourceRequest mocks base method.

func (*MockHoneycodeAPI) UntagResourceWithContext added in v1.43.22

func (m *MockHoneycodeAPI) UntagResourceWithContext(arg0 context.Context, arg1 *honeycode.UntagResourceInput, arg2 ...request.Option) (*honeycode.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

type MockHoneycodeAPIMockRecorder

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

MockHoneycodeAPIMockRecorder is the mock recorder for MockHoneycodeAPI.

func (*MockHoneycodeAPIMockRecorder) BatchCreateTableRows

func (mr *MockHoneycodeAPIMockRecorder) BatchCreateTableRows(arg0 interface{}) *gomock.Call

BatchCreateTableRows indicates an expected call of BatchCreateTableRows.

func (*MockHoneycodeAPIMockRecorder) BatchCreateTableRowsRequest

func (mr *MockHoneycodeAPIMockRecorder) BatchCreateTableRowsRequest(arg0 interface{}) *gomock.Call

BatchCreateTableRowsRequest indicates an expected call of BatchCreateTableRowsRequest.

func (*MockHoneycodeAPIMockRecorder) BatchCreateTableRowsWithContext

func (mr *MockHoneycodeAPIMockRecorder) BatchCreateTableRowsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchCreateTableRowsWithContext indicates an expected call of BatchCreateTableRowsWithContext.

func (*MockHoneycodeAPIMockRecorder) BatchDeleteTableRows

func (mr *MockHoneycodeAPIMockRecorder) BatchDeleteTableRows(arg0 interface{}) *gomock.Call

BatchDeleteTableRows indicates an expected call of BatchDeleteTableRows.

func (*MockHoneycodeAPIMockRecorder) BatchDeleteTableRowsRequest

func (mr *MockHoneycodeAPIMockRecorder) BatchDeleteTableRowsRequest(arg0 interface{}) *gomock.Call

BatchDeleteTableRowsRequest indicates an expected call of BatchDeleteTableRowsRequest.

func (*MockHoneycodeAPIMockRecorder) BatchDeleteTableRowsWithContext

func (mr *MockHoneycodeAPIMockRecorder) BatchDeleteTableRowsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchDeleteTableRowsWithContext indicates an expected call of BatchDeleteTableRowsWithContext.

func (*MockHoneycodeAPIMockRecorder) BatchUpdateTableRows

func (mr *MockHoneycodeAPIMockRecorder) BatchUpdateTableRows(arg0 interface{}) *gomock.Call

BatchUpdateTableRows indicates an expected call of BatchUpdateTableRows.

func (*MockHoneycodeAPIMockRecorder) BatchUpdateTableRowsRequest

func (mr *MockHoneycodeAPIMockRecorder) BatchUpdateTableRowsRequest(arg0 interface{}) *gomock.Call

BatchUpdateTableRowsRequest indicates an expected call of BatchUpdateTableRowsRequest.

func (*MockHoneycodeAPIMockRecorder) BatchUpdateTableRowsWithContext

func (mr *MockHoneycodeAPIMockRecorder) BatchUpdateTableRowsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchUpdateTableRowsWithContext indicates an expected call of BatchUpdateTableRowsWithContext.

func (*MockHoneycodeAPIMockRecorder) BatchUpsertTableRows

func (mr *MockHoneycodeAPIMockRecorder) BatchUpsertTableRows(arg0 interface{}) *gomock.Call

BatchUpsertTableRows indicates an expected call of BatchUpsertTableRows.

func (*MockHoneycodeAPIMockRecorder) BatchUpsertTableRowsRequest

func (mr *MockHoneycodeAPIMockRecorder) BatchUpsertTableRowsRequest(arg0 interface{}) *gomock.Call

BatchUpsertTableRowsRequest indicates an expected call of BatchUpsertTableRowsRequest.

func (*MockHoneycodeAPIMockRecorder) BatchUpsertTableRowsWithContext

func (mr *MockHoneycodeAPIMockRecorder) BatchUpsertTableRowsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchUpsertTableRowsWithContext indicates an expected call of BatchUpsertTableRowsWithContext.

func (*MockHoneycodeAPIMockRecorder) DescribeTableDataImportJob

func (mr *MockHoneycodeAPIMockRecorder) DescribeTableDataImportJob(arg0 interface{}) *gomock.Call

DescribeTableDataImportJob indicates an expected call of DescribeTableDataImportJob.

func (*MockHoneycodeAPIMockRecorder) DescribeTableDataImportJobRequest

func (mr *MockHoneycodeAPIMockRecorder) DescribeTableDataImportJobRequest(arg0 interface{}) *gomock.Call

DescribeTableDataImportJobRequest indicates an expected call of DescribeTableDataImportJobRequest.

func (*MockHoneycodeAPIMockRecorder) DescribeTableDataImportJobWithContext

func (mr *MockHoneycodeAPIMockRecorder) DescribeTableDataImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTableDataImportJobWithContext indicates an expected call of DescribeTableDataImportJobWithContext.

func (*MockHoneycodeAPIMockRecorder) GetScreenData

func (mr *MockHoneycodeAPIMockRecorder) GetScreenData(arg0 interface{}) *gomock.Call

GetScreenData indicates an expected call of GetScreenData.

func (*MockHoneycodeAPIMockRecorder) GetScreenDataRequest

func (mr *MockHoneycodeAPIMockRecorder) GetScreenDataRequest(arg0 interface{}) *gomock.Call

GetScreenDataRequest indicates an expected call of GetScreenDataRequest.

func (*MockHoneycodeAPIMockRecorder) GetScreenDataWithContext

func (mr *MockHoneycodeAPIMockRecorder) GetScreenDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetScreenDataWithContext indicates an expected call of GetScreenDataWithContext.

func (*MockHoneycodeAPIMockRecorder) InvokeScreenAutomation

func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomation(arg0 interface{}) *gomock.Call

InvokeScreenAutomation indicates an expected call of InvokeScreenAutomation.

func (*MockHoneycodeAPIMockRecorder) InvokeScreenAutomationRequest

func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomationRequest(arg0 interface{}) *gomock.Call

InvokeScreenAutomationRequest indicates an expected call of InvokeScreenAutomationRequest.

func (*MockHoneycodeAPIMockRecorder) InvokeScreenAutomationWithContext

func (mr *MockHoneycodeAPIMockRecorder) InvokeScreenAutomationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InvokeScreenAutomationWithContext indicates an expected call of InvokeScreenAutomationWithContext.

func (*MockHoneycodeAPIMockRecorder) ListTableColumns

func (mr *MockHoneycodeAPIMockRecorder) ListTableColumns(arg0 interface{}) *gomock.Call

ListTableColumns indicates an expected call of ListTableColumns.

func (*MockHoneycodeAPIMockRecorder) ListTableColumnsPages

func (mr *MockHoneycodeAPIMockRecorder) ListTableColumnsPages(arg0, arg1 interface{}) *gomock.Call

ListTableColumnsPages indicates an expected call of ListTableColumnsPages.

func (*MockHoneycodeAPIMockRecorder) ListTableColumnsPagesWithContext

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

ListTableColumnsPagesWithContext indicates an expected call of ListTableColumnsPagesWithContext.

func (*MockHoneycodeAPIMockRecorder) ListTableColumnsRequest

func (mr *MockHoneycodeAPIMockRecorder) ListTableColumnsRequest(arg0 interface{}) *gomock.Call

ListTableColumnsRequest indicates an expected call of ListTableColumnsRequest.

func (*MockHoneycodeAPIMockRecorder) ListTableColumnsWithContext

func (mr *MockHoneycodeAPIMockRecorder) ListTableColumnsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTableColumnsWithContext indicates an expected call of ListTableColumnsWithContext.

func (*MockHoneycodeAPIMockRecorder) ListTableRows

func (mr *MockHoneycodeAPIMockRecorder) ListTableRows(arg0 interface{}) *gomock.Call

ListTableRows indicates an expected call of ListTableRows.

func (*MockHoneycodeAPIMockRecorder) ListTableRowsPages

func (mr *MockHoneycodeAPIMockRecorder) ListTableRowsPages(arg0, arg1 interface{}) *gomock.Call

ListTableRowsPages indicates an expected call of ListTableRowsPages.

func (*MockHoneycodeAPIMockRecorder) ListTableRowsPagesWithContext

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

ListTableRowsPagesWithContext indicates an expected call of ListTableRowsPagesWithContext.

func (*MockHoneycodeAPIMockRecorder) ListTableRowsRequest

func (mr *MockHoneycodeAPIMockRecorder) ListTableRowsRequest(arg0 interface{}) *gomock.Call

ListTableRowsRequest indicates an expected call of ListTableRowsRequest.

func (*MockHoneycodeAPIMockRecorder) ListTableRowsWithContext

func (mr *MockHoneycodeAPIMockRecorder) ListTableRowsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTableRowsWithContext indicates an expected call of ListTableRowsWithContext.

func (*MockHoneycodeAPIMockRecorder) ListTables

func (mr *MockHoneycodeAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call

ListTables indicates an expected call of ListTables.

func (*MockHoneycodeAPIMockRecorder) ListTablesPages

func (mr *MockHoneycodeAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call

ListTablesPages indicates an expected call of ListTablesPages.

func (*MockHoneycodeAPIMockRecorder) ListTablesPagesWithContext

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

ListTablesPagesWithContext indicates an expected call of ListTablesPagesWithContext.

func (*MockHoneycodeAPIMockRecorder) ListTablesRequest

func (mr *MockHoneycodeAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call

ListTablesRequest indicates an expected call of ListTablesRequest.

func (*MockHoneycodeAPIMockRecorder) ListTablesWithContext

func (mr *MockHoneycodeAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTablesWithContext indicates an expected call of ListTablesWithContext.

func (*MockHoneycodeAPIMockRecorder) ListTagsForResource added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockHoneycodeAPIMockRecorder) ListTagsForResourceRequest added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockHoneycodeAPIMockRecorder) ListTagsForResourceWithContext added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockHoneycodeAPIMockRecorder) QueryTableRows

func (mr *MockHoneycodeAPIMockRecorder) QueryTableRows(arg0 interface{}) *gomock.Call

QueryTableRows indicates an expected call of QueryTableRows.

func (*MockHoneycodeAPIMockRecorder) QueryTableRowsPages

func (mr *MockHoneycodeAPIMockRecorder) QueryTableRowsPages(arg0, arg1 interface{}) *gomock.Call

QueryTableRowsPages indicates an expected call of QueryTableRowsPages.

func (*MockHoneycodeAPIMockRecorder) QueryTableRowsPagesWithContext

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

QueryTableRowsPagesWithContext indicates an expected call of QueryTableRowsPagesWithContext.

func (*MockHoneycodeAPIMockRecorder) QueryTableRowsRequest

func (mr *MockHoneycodeAPIMockRecorder) QueryTableRowsRequest(arg0 interface{}) *gomock.Call

QueryTableRowsRequest indicates an expected call of QueryTableRowsRequest.

func (*MockHoneycodeAPIMockRecorder) QueryTableRowsWithContext

func (mr *MockHoneycodeAPIMockRecorder) QueryTableRowsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

QueryTableRowsWithContext indicates an expected call of QueryTableRowsWithContext.

func (*MockHoneycodeAPIMockRecorder) StartTableDataImportJob

func (mr *MockHoneycodeAPIMockRecorder) StartTableDataImportJob(arg0 interface{}) *gomock.Call

StartTableDataImportJob indicates an expected call of StartTableDataImportJob.

func (*MockHoneycodeAPIMockRecorder) StartTableDataImportJobRequest

func (mr *MockHoneycodeAPIMockRecorder) StartTableDataImportJobRequest(arg0 interface{}) *gomock.Call

StartTableDataImportJobRequest indicates an expected call of StartTableDataImportJobRequest.

func (*MockHoneycodeAPIMockRecorder) StartTableDataImportJobWithContext

func (mr *MockHoneycodeAPIMockRecorder) StartTableDataImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartTableDataImportJobWithContext indicates an expected call of StartTableDataImportJobWithContext.

func (*MockHoneycodeAPIMockRecorder) TagResource added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockHoneycodeAPIMockRecorder) TagResourceRequest added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockHoneycodeAPIMockRecorder) TagResourceWithContext added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockHoneycodeAPIMockRecorder) UntagResource added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockHoneycodeAPIMockRecorder) UntagResourceRequest added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockHoneycodeAPIMockRecorder) UntagResourceWithContext added in v1.43.22

func (mr *MockHoneycodeAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

Jump to

Keyboard shortcuts

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