mock_wrapper

package
v0.0.0-...-5863de9 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

Package mock_wrapper is a generated GoMock package.

Package mock_wrapper is a generated GoMock package.

Package mock_wrapper is a generated GoMock package.

Package mock_wrapper is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDynamoDBAPI

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

MockDynamoDBAPI is a mock of DynamoDBAPI interface.

func NewMockDynamoDBAPI

func NewMockDynamoDBAPI(ctrl *gomock.Controller) *MockDynamoDBAPI

NewMockDynamoDBAPI creates a new mock instance.

func (*MockDynamoDBAPI) EXPECT

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

func (*MockDynamoDBAPI) GetItem

func (m *MockDynamoDBAPI) GetItem(ctx context.Context, params *dynamodb.GetItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.GetItemOutput, error)

GetItem mocks base method.

func (*MockDynamoDBAPI) PutItem

func (m *MockDynamoDBAPI) PutItem(ctx context.Context, params *dynamodb.PutItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.PutItemOutput, error)

PutItem mocks base method.

func (*MockDynamoDBAPI) Query

func (m *MockDynamoDBAPI) Query(ctx context.Context, params *dynamodb.QueryInput, optFns ...func(*dynamodb.Options)) (*dynamodb.QueryOutput, error)

Query mocks base method.

func (*MockDynamoDBAPI) Scan

func (m *MockDynamoDBAPI) Scan(ctx context.Context, params *dynamodb.ScanInput, optFns ...func(*dynamodb.Options)) (*dynamodb.ScanOutput, error)

Scan mocks base method.

func (*MockDynamoDBAPI) UpdateItem

func (m *MockDynamoDBAPI) UpdateItem(ctx context.Context, params *dynamodb.UpdateItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.UpdateItemOutput, error)

UpdateItem mocks base method.

type MockDynamoDBAPIMockRecorder

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

MockDynamoDBAPIMockRecorder is the mock recorder for MockDynamoDBAPI.

func (*MockDynamoDBAPIMockRecorder) GetItem

func (mr *MockDynamoDBAPIMockRecorder) GetItem(ctx, params any, optFns ...any) *gomock.Call

GetItem indicates an expected call of GetItem.

func (*MockDynamoDBAPIMockRecorder) PutItem

func (mr *MockDynamoDBAPIMockRecorder) PutItem(ctx, params any, optFns ...any) *gomock.Call

PutItem indicates an expected call of PutItem.

func (*MockDynamoDBAPIMockRecorder) Query

func (mr *MockDynamoDBAPIMockRecorder) Query(ctx, params any, optFns ...any) *gomock.Call

Query indicates an expected call of Query.

func (*MockDynamoDBAPIMockRecorder) Scan

func (mr *MockDynamoDBAPIMockRecorder) Scan(ctx, params any, optFns ...any) *gomock.Call

Scan indicates an expected call of Scan.

func (*MockDynamoDBAPIMockRecorder) UpdateItem

func (mr *MockDynamoDBAPIMockRecorder) UpdateItem(ctx, params any, optFns ...any) *gomock.Call

UpdateItem indicates an expected call of UpdateItem.

type MockKeyAttribute

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

MockKeyAttribute is a mock of KeyAttribute interface.

func NewMockKeyAttribute

func NewMockKeyAttribute(ctrl *gomock.Controller) *MockKeyAttribute

NewMockKeyAttribute creates a new mock instance.

func (*MockKeyAttribute) EXPECT

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

type MockKeyAttributeMockRecorder

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

MockKeyAttributeMockRecorder is the mock recorder for MockKeyAttribute.

type MockS3APIWrapper

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

MockS3APIWrapper is a mock of S3APIWrapper interface.

func NewMockS3APIWrapper

func NewMockS3APIWrapper(ctrl *gomock.Controller) *MockS3APIWrapper

NewMockS3APIWrapper creates a new mock instance.

func (*MockS3APIWrapper) EXPECT

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

func (*MockS3APIWrapper) PresignGetObject

func (m *MockS3APIWrapper) PresignGetObject(ctx context.Context, key string) (string, error)

PresignGetObject mocks base method.

func (*MockS3APIWrapper) PutObject

func (m *MockS3APIWrapper) PutObject(ctx context.Context, key string, data []byte) error

PutObject mocks base method.

type MockS3APIWrapperMockRecorder

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

MockS3APIWrapperMockRecorder is the mock recorder for MockS3APIWrapper.

func (*MockS3APIWrapperMockRecorder) PresignGetObject

func (mr *MockS3APIWrapperMockRecorder) PresignGetObject(ctx, key any) *gomock.Call

PresignGetObject indicates an expected call of PresignGetObject.

func (*MockS3APIWrapperMockRecorder) PutObject

func (mr *MockS3APIWrapperMockRecorder) PutObject(ctx, key, data any) *gomock.Call

PutObject indicates an expected call of PutObject.

type MockSESAPI

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

MockSESAPI is a mock of SESAPI interface.

func NewMockSESAPI

func NewMockSESAPI(ctrl *gomock.Controller) *MockSESAPI

NewMockSESAPI creates a new mock instance.

func (*MockSESAPI) EXPECT

func (m *MockSESAPI) EXPECT() *MockSESAPIMockRecorder

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

func (*MockSESAPI) SendEmail

func (m *MockSESAPI) SendEmail(input *sesv2.SendEmailInput) (*sesv2.SendEmailOutput, error)

SendEmail mocks base method.

type MockSESAPIMockRecorder

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

MockSESAPIMockRecorder is the mock recorder for MockSESAPI.

func (*MockSESAPIMockRecorder) SendEmail

func (mr *MockSESAPIMockRecorder) SendEmail(input any) *gomock.Call

SendEmail indicates an expected call of SendEmail.

type MockSNSAPI

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

MockSNSAPI is a mock of SNSAPI interface.

func NewMockSNSAPI

func NewMockSNSAPI(ctrl *gomock.Controller) *MockSNSAPI

NewMockSNSAPI creates a new mock instance.

func (*MockSNSAPI) EXPECT

func (m *MockSNSAPI) EXPECT() *MockSNSAPIMockRecorder

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

func (*MockSNSAPI) Publish

func (m *MockSNSAPI) Publish(ctx context.Context, params *sns.PublishInput, optFns ...func(*sns.Options)) (*sns.PublishOutput, error)

Publish mocks base method.

type MockSNSAPIMockRecorder

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

MockSNSAPIMockRecorder is the mock recorder for MockSNSAPI.

func (*MockSNSAPIMockRecorder) Publish

func (mr *MockSNSAPIMockRecorder) Publish(ctx, params any, optFns ...any) *gomock.Call

Publish indicates an expected call of Publish.

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

func (m *Mocks3API) EXPECT() *Mocks3APIMockRecorder

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

func (*Mocks3API) PutObject

func (m *Mocks3API) PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)

PutObject mocks base method.

type Mocks3APIMockRecorder

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

Mocks3APIMockRecorder is the mock recorder for Mocks3API.

func (*Mocks3APIMockRecorder) PutObject

func (mr *Mocks3APIMockRecorder) PutObject(ctx, params any, optFns ...any) *gomock.Call

PutObject indicates an expected call of PutObject.

type Mocks3SignedAPI

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

Mocks3SignedAPI is a mock of s3SignedAPI interface.

func NewMocks3SignedAPI

func NewMocks3SignedAPI(ctrl *gomock.Controller) *Mocks3SignedAPI

NewMocks3SignedAPI creates a new mock instance.

func (*Mocks3SignedAPI) EXPECT

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

func (*Mocks3SignedAPI) PresignGetObject

func (m *Mocks3SignedAPI) PresignGetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.PresignOptions)) (*v4.PresignedHTTPRequest, error)

PresignGetObject mocks base method.

type Mocks3SignedAPIMockRecorder

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

Mocks3SignedAPIMockRecorder is the mock recorder for Mocks3SignedAPI.

func (*Mocks3SignedAPIMockRecorder) PresignGetObject

func (mr *Mocks3SignedAPIMockRecorder) PresignGetObject(ctx, params any, optFns ...any) *gomock.Call

PresignGetObject indicates an expected call of PresignGetObject.

Jump to

Keyboard shortcuts

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