mocks

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockAthenaAPI added in v0.3.0

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

MockAthenaAPI is a mock of AthenaAPI interface.

func NewMockAthenaAPI added in v0.3.0

func NewMockAthenaAPI(ctrl *gomock.Controller) *MockAthenaAPI

NewMockAthenaAPI creates a new mock instance.

func (*MockAthenaAPI) BatchGetQueryExecution added in v0.3.0

func (m *MockAthenaAPI) BatchGetQueryExecution(arg0 context.Context, arg1 *athena.BatchGetQueryExecutionInput, arg2 ...func(*athena.Options)) (*athena.BatchGetQueryExecutionOutput, error)

BatchGetQueryExecution mocks base method.

func (*MockAthenaAPI) EXPECT added in v0.3.0

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

func (*MockAthenaAPI) GetQueryExecution added in v0.3.0

func (m *MockAthenaAPI) GetQueryExecution(arg0 context.Context, arg1 *athena.GetQueryExecutionInput, arg2 ...func(*athena.Options)) (*athena.GetQueryExecutionOutput, error)

GetQueryExecution mocks base method.

func (*MockAthenaAPI) GetQueryResults added in v0.3.0

func (m *MockAthenaAPI) GetQueryResults(arg0 context.Context, arg1 *athena.GetQueryResultsInput, arg2 ...func(*athena.Options)) (*athena.GetQueryResultsOutput, error)

GetQueryResults mocks base method.

func (*MockAthenaAPI) ListQueryExecutions added in v0.3.0

func (m *MockAthenaAPI) ListQueryExecutions(arg0 context.Context, arg1 *athena.ListQueryExecutionsInput, arg2 ...func(*athena.Options)) (*athena.ListQueryExecutionsOutput, error)

ListQueryExecutions mocks base method.

func (*MockAthenaAPI) StartQueryExecution added in v0.3.0

func (m *MockAthenaAPI) StartQueryExecution(arg0 context.Context, arg1 *athena.StartQueryExecutionInput, arg2 ...func(*athena.Options)) (*athena.StartQueryExecutionOutput, error)

StartQueryExecution mocks base method.

func (*MockAthenaAPI) StopQueryExecution added in v0.3.0

func (m *MockAthenaAPI) StopQueryExecution(arg0 context.Context, arg1 *athena.StopQueryExecutionInput, arg2 ...func(*athena.Options)) (*athena.StopQueryExecutionOutput, error)

StopQueryExecution mocks base method.

type MockAthenaAPIMockRecorder added in v0.3.0

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

MockAthenaAPIMockRecorder is the mock recorder for MockAthenaAPI.

func (*MockAthenaAPIMockRecorder) BatchGetQueryExecution added in v0.3.0

func (mr *MockAthenaAPIMockRecorder) BatchGetQueryExecution(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetQueryExecution indicates an expected call of BatchGetQueryExecution.

func (*MockAthenaAPIMockRecorder) GetQueryExecution added in v0.3.0

func (mr *MockAthenaAPIMockRecorder) GetQueryExecution(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueryExecution indicates an expected call of GetQueryExecution.

func (*MockAthenaAPIMockRecorder) GetQueryResults added in v0.3.0

func (mr *MockAthenaAPIMockRecorder) GetQueryResults(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueryResults indicates an expected call of GetQueryResults.

func (*MockAthenaAPIMockRecorder) ListQueryExecutions added in v0.3.0

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueryExecutions indicates an expected call of ListQueryExecutions.

func (*MockAthenaAPIMockRecorder) StartQueryExecution added in v0.3.0

func (mr *MockAthenaAPIMockRecorder) StartQueryExecution(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartQueryExecution indicates an expected call of StartQueryExecution.

func (*MockAthenaAPIMockRecorder) StopQueryExecution added in v0.3.0

func (mr *MockAthenaAPIMockRecorder) StopQueryExecution(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopQueryExecution indicates an expected call of StopQueryExecution.

type MockS3API

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

MockS3API is a mock of S3API interface.

func NewMockS3API

func NewMockS3API(ctrl *gomock.Controller) *MockS3API

NewMockS3API creates a new mock instance.

func (*MockS3API) AbortMultipartUpload

func (m *MockS3API) AbortMultipartUpload(arg0 context.Context, arg1 *s3.AbortMultipartUploadInput, arg2 ...func(*s3.Options)) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUpload mocks base method.

func (*MockS3API) CompleteMultipartUpload

func (m *MockS3API) CompleteMultipartUpload(arg0 context.Context, arg1 *s3.CompleteMultipartUploadInput, arg2 ...func(*s3.Options)) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUpload mocks base method.

func (*MockS3API) CreateMultipartUpload

func (m *MockS3API) CreateMultipartUpload(arg0 context.Context, arg1 *s3.CreateMultipartUploadInput, arg2 ...func(*s3.Options)) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUpload mocks base method.

func (*MockS3API) DeleteObject added in v0.1.0

func (m *MockS3API) DeleteObject(arg0 context.Context, arg1 *s3.DeleteObjectInput, arg2 ...func(*s3.Options)) (*s3.DeleteObjectOutput, error)

DeleteObject mocks base method.

func (*MockS3API) EXPECT

func (m *MockS3API) EXPECT() *MockS3APIMockRecorder

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

func (*MockS3API) GetObject

func (m *MockS3API) GetObject(arg0 context.Context, arg1 *s3.GetObjectInput, arg2 ...func(*s3.Options)) (*s3.GetObjectOutput, error)

GetObject mocks base method.

func (*MockS3API) HeadObject

func (m *MockS3API) HeadObject(arg0 context.Context, arg1 *s3.HeadObjectInput, arg2 ...func(*s3.Options)) (*s3.HeadObjectOutput, error)

HeadObject mocks base method.

func (*MockS3API) ListObjectsV2 added in v0.1.0

func (m *MockS3API) ListObjectsV2(arg0 context.Context, arg1 *s3.ListObjectsV2Input, arg2 ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)

ListObjectsV2 mocks base method.

func (*MockS3API) PutObject

func (m *MockS3API) PutObject(arg0 context.Context, arg1 *s3.PutObjectInput, arg2 ...func(*s3.Options)) (*s3.PutObjectOutput, error)

PutObject mocks base method.

func (*MockS3API) UploadPart

func (m *MockS3API) UploadPart(arg0 context.Context, arg1 *s3.UploadPartInput, arg2 ...func(*s3.Options)) (*s3.UploadPartOutput, error)

UploadPart mocks base method.

type MockS3APIMockRecorder

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

MockS3APIMockRecorder is the mock recorder for MockS3API.

func (*MockS3APIMockRecorder) AbortMultipartUpload

func (mr *MockS3APIMockRecorder) AbortMultipartUpload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AbortMultipartUpload indicates an expected call of AbortMultipartUpload.

func (*MockS3APIMockRecorder) CompleteMultipartUpload

func (mr *MockS3APIMockRecorder) CompleteMultipartUpload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CompleteMultipartUpload indicates an expected call of CompleteMultipartUpload.

func (*MockS3APIMockRecorder) CreateMultipartUpload

func (mr *MockS3APIMockRecorder) CreateMultipartUpload(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateMultipartUpload indicates an expected call of CreateMultipartUpload.

func (*MockS3APIMockRecorder) DeleteObject added in v0.1.0

func (mr *MockS3APIMockRecorder) DeleteObject(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteObject indicates an expected call of DeleteObject.

func (*MockS3APIMockRecorder) GetObject

func (mr *MockS3APIMockRecorder) GetObject(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetObject indicates an expected call of GetObject.

func (*MockS3APIMockRecorder) HeadObject

func (mr *MockS3APIMockRecorder) HeadObject(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

HeadObject indicates an expected call of HeadObject.

func (*MockS3APIMockRecorder) ListObjectsV2 added in v0.1.0

func (mr *MockS3APIMockRecorder) ListObjectsV2(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListObjectsV2 indicates an expected call of ListObjectsV2.

func (*MockS3APIMockRecorder) PutObject

func (mr *MockS3APIMockRecorder) PutObject(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutObject indicates an expected call of PutObject.

func (*MockS3APIMockRecorder) UploadPart

func (mr *MockS3APIMockRecorder) UploadPart(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadPart indicates an expected call of UploadPart.

Jump to

Keyboard shortcuts

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