mocks

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2021 License: MIT Imports: 5 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 MockSNS

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

MockSNS is a mock of SNS interface.

func NewMockSNS

func NewMockSNS(ctrl *gomock.Controller) *MockSNS

NewMockSNS creates a new mock instance.

func (*MockSNS) CreateTopic

func (m *MockSNS) CreateTopic(ctx context.Context, params *sns.CreateTopicInput, optFns ...func(*sns.Options)) (*sns.CreateTopicOutput, error)

CreateTopic mocks base method.

func (*MockSNS) EXPECT

func (m *MockSNS) EXPECT() *MockSNSMockRecorder

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

func (*MockSNS) Publish

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

Publish mocks base method.

func (*MockSNS) SetTopicAttributes

func (m *MockSNS) SetTopicAttributes(ctx context.Context, params *sns.SetTopicAttributesInput, optFns ...func(*sns.Options)) (*sns.SetTopicAttributesOutput, error)

SetTopicAttributes mocks base method.

func (*MockSNS) Subscribe

func (m *MockSNS) Subscribe(ctx context.Context, params *sns.SubscribeInput, optFns ...func(*sns.Options)) (*sns.SubscribeOutput, error)

Subscribe mocks base method.

type MockSNSMockRecorder

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

MockSNSMockRecorder is the mock recorder for MockSNS.

func (*MockSNSMockRecorder) CreateTopic

func (mr *MockSNSMockRecorder) CreateTopic(ctx, params interface{}, optFns ...interface{}) *gomock.Call

CreateTopic indicates an expected call of CreateTopic.

func (*MockSNSMockRecorder) Publish

func (mr *MockSNSMockRecorder) Publish(ctx, params interface{}, optFns ...interface{}) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockSNSMockRecorder) SetTopicAttributes

func (mr *MockSNSMockRecorder) SetTopicAttributes(ctx, params interface{}, optFns ...interface{}) *gomock.Call

SetTopicAttributes indicates an expected call of SetTopicAttributes.

func (*MockSNSMockRecorder) Subscribe

func (mr *MockSNSMockRecorder) Subscribe(ctx, params interface{}, optFns ...interface{}) *gomock.Call

Subscribe indicates an expected call of Subscribe.

type MockSQS

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

MockSQS is a mock of SQS interface.

func NewMockSQS

func NewMockSQS(ctrl *gomock.Controller) *MockSQS

NewMockSQS creates a new mock instance.

func (*MockSQS) CreateQueue

func (m *MockSQS) CreateQueue(ctx context.Context, params *sqs.CreateQueueInput, optFns ...func(*sqs.Options)) (*sqs.CreateQueueOutput, error)

CreateQueue mocks base method.

func (*MockSQS) DeleteMessage

func (m *MockSQS) DeleteMessage(ctx context.Context, params *sqs.DeleteMessageInput, optFns ...func(*sqs.Options)) (*sqs.DeleteMessageOutput, error)

DeleteMessage mocks base method.

func (*MockSQS) EXPECT

func (m *MockSQS) EXPECT() *MockSQSMockRecorder

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

func (*MockSQS) GetQueueAttributes

func (m *MockSQS) GetQueueAttributes(ctx context.Context, params *sqs.GetQueueAttributesInput, optFns ...func(*sqs.Options)) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributes mocks base method.

func (*MockSQS) ReceiveMessage

func (m *MockSQS) ReceiveMessage(ctx context.Context, params *sqs.ReceiveMessageInput, optFns ...func(*sqs.Options)) (*sqs.ReceiveMessageOutput, error)

ReceiveMessage mocks base method.

func (*MockSQS) SetQueueAttributes

func (m *MockSQS) SetQueueAttributes(ctx context.Context, params *sqs.SetQueueAttributesInput, optFns ...func(*sqs.Options)) (*sqs.SetQueueAttributesOutput, error)

SetQueueAttributes mocks base method.

type MockSQSMockRecorder

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

MockSQSMockRecorder is the mock recorder for MockSQS.

func (*MockSQSMockRecorder) CreateQueue

func (mr *MockSQSMockRecorder) CreateQueue(ctx, params interface{}, optFns ...interface{}) *gomock.Call

CreateQueue indicates an expected call of CreateQueue.

func (*MockSQSMockRecorder) DeleteMessage

func (mr *MockSQSMockRecorder) DeleteMessage(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DeleteMessage indicates an expected call of DeleteMessage.

func (*MockSQSMockRecorder) GetQueueAttributes

func (mr *MockSQSMockRecorder) GetQueueAttributes(ctx, params interface{}, optFns ...interface{}) *gomock.Call

GetQueueAttributes indicates an expected call of GetQueueAttributes.

func (*MockSQSMockRecorder) ReceiveMessage

func (mr *MockSQSMockRecorder) ReceiveMessage(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ReceiveMessage indicates an expected call of ReceiveMessage.

func (*MockSQSMockRecorder) SetQueueAttributes

func (mr *MockSQSMockRecorder) SetQueueAttributes(ctx, params interface{}, optFns ...interface{}) *gomock.Call

SetQueueAttributes indicates an expected call of SetQueueAttributes.

Jump to

Keyboard shortcuts

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