mocks

package
v0.0.0-...-9e0f5e8 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2021 License: Apache-2.0 Imports: 4 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 MockSqsSvcClientI

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

MockSqsSvcClientI is a mock of SqsSvcClientI interface.

func NewMockSqsSvcClientI

func NewMockSqsSvcClientI(ctrl *gomock.Controller) *MockSqsSvcClientI

NewMockSqsSvcClientI creates a new mock instance.

func (*MockSqsSvcClientI) AddPermission

func (m *MockSqsSvcClientI) AddPermission(arg0 context.Context, arg1 *sqs.AddPermissionInput, arg2 ...func(*sqs.Options)) (*sqs.AddPermissionOutput, error)

AddPermission mocks base method.

func (*MockSqsSvcClientI) ChangeMessageVisibility

func (m *MockSqsSvcClientI) ChangeMessageVisibility(arg0 context.Context, arg1 *sqs.ChangeMessageVisibilityInput, arg2 ...func(*sqs.Options)) (*sqs.ChangeMessageVisibilityOutput, error)

ChangeMessageVisibility mocks base method.

func (*MockSqsSvcClientI) ChangeMessageVisibilityBatch

func (m *MockSqsSvcClientI) ChangeMessageVisibilityBatch(arg0 context.Context, arg1 *sqs.ChangeMessageVisibilityBatchInput, arg2 ...func(*sqs.Options)) (*sqs.ChangeMessageVisibilityBatchOutput, error)

ChangeMessageVisibilityBatch mocks base method.

func (*MockSqsSvcClientI) CreateQueue

func (m *MockSqsSvcClientI) CreateQueue(arg0 context.Context, arg1 *sqs.CreateQueueInput, arg2 ...func(*sqs.Options)) (*sqs.CreateQueueOutput, error)

CreateQueue mocks base method.

func (*MockSqsSvcClientI) DeleteMessage

func (m *MockSqsSvcClientI) DeleteMessage(arg0 context.Context, arg1 *sqs.DeleteMessageInput, arg2 ...func(*sqs.Options)) (*sqs.DeleteMessageOutput, error)

DeleteMessage mocks base method.

func (*MockSqsSvcClientI) DeleteMessageBatch

func (m *MockSqsSvcClientI) DeleteMessageBatch(arg0 context.Context, arg1 *sqs.DeleteMessageBatchInput, arg2 ...func(*sqs.Options)) (*sqs.DeleteMessageBatchOutput, error)

DeleteMessageBatch mocks base method.

func (*MockSqsSvcClientI) DeleteQueue

func (m *MockSqsSvcClientI) DeleteQueue(arg0 context.Context, arg1 *sqs.DeleteQueueInput, arg2 ...func(*sqs.Options)) (*sqs.DeleteQueueOutput, error)

DeleteQueue mocks base method.

func (*MockSqsSvcClientI) EXPECT

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

func (*MockSqsSvcClientI) GetQueueAttributes

func (m *MockSqsSvcClientI) GetQueueAttributes(arg0 context.Context, arg1 *sqs.GetQueueAttributesInput, arg2 ...func(*sqs.Options)) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributes mocks base method.

func (*MockSqsSvcClientI) GetQueueUrl

func (m *MockSqsSvcClientI) GetQueueUrl(arg0 context.Context, arg1 *sqs.GetQueueUrlInput, arg2 ...func(*sqs.Options)) (*sqs.GetQueueUrlOutput, error)

GetQueueUrl mocks base method.

func (*MockSqsSvcClientI) ListDeadLetterSourceQueues

func (m *MockSqsSvcClientI) ListDeadLetterSourceQueues(arg0 context.Context, arg1 *sqs.ListDeadLetterSourceQueuesInput, arg2 ...func(*sqs.Options)) (*sqs.ListDeadLetterSourceQueuesOutput, error)

ListDeadLetterSourceQueues mocks base method.

func (*MockSqsSvcClientI) ListQueueTags

func (m *MockSqsSvcClientI) ListQueueTags(arg0 context.Context, arg1 *sqs.ListQueueTagsInput, arg2 ...func(*sqs.Options)) (*sqs.ListQueueTagsOutput, error)

ListQueueTags mocks base method.

func (*MockSqsSvcClientI) ListQueues

func (m *MockSqsSvcClientI) ListQueues(arg0 context.Context, arg1 *sqs.ListQueuesInput, arg2 ...func(*sqs.Options)) (*sqs.ListQueuesOutput, error)

ListQueues mocks base method.

func (*MockSqsSvcClientI) PurgeQueue

func (m *MockSqsSvcClientI) PurgeQueue(arg0 context.Context, arg1 *sqs.PurgeQueueInput, arg2 ...func(*sqs.Options)) (*sqs.PurgeQueueOutput, error)

PurgeQueue mocks base method.

func (*MockSqsSvcClientI) ReceiveMessage

func (m *MockSqsSvcClientI) ReceiveMessage(arg0 context.Context, arg1 *sqs.ReceiveMessageInput, arg2 ...func(*sqs.Options)) (*sqs.ReceiveMessageOutput, error)

ReceiveMessage mocks base method.

func (*MockSqsSvcClientI) RemovePermission

func (m *MockSqsSvcClientI) RemovePermission(arg0 context.Context, arg1 *sqs.RemovePermissionInput, arg2 ...func(*sqs.Options)) (*sqs.RemovePermissionOutput, error)

RemovePermission mocks base method.

func (*MockSqsSvcClientI) SendMessage

func (m *MockSqsSvcClientI) SendMessage(arg0 context.Context, arg1 *sqs.SendMessageInput, arg2 ...func(*sqs.Options)) (*sqs.SendMessageOutput, error)

SendMessage mocks base method.

func (*MockSqsSvcClientI) SendMessageBatch

func (m *MockSqsSvcClientI) SendMessageBatch(arg0 context.Context, arg1 *sqs.SendMessageBatchInput, arg2 ...func(*sqs.Options)) (*sqs.SendMessageBatchOutput, error)

SendMessageBatch mocks base method.

func (*MockSqsSvcClientI) SetQueueAttributes

func (m *MockSqsSvcClientI) SetQueueAttributes(arg0 context.Context, arg1 *sqs.SetQueueAttributesInput, arg2 ...func(*sqs.Options)) (*sqs.SetQueueAttributesOutput, error)

SetQueueAttributes mocks base method.

func (*MockSqsSvcClientI) TagQueue

func (m *MockSqsSvcClientI) TagQueue(arg0 context.Context, arg1 *sqs.TagQueueInput, arg2 ...func(*sqs.Options)) (*sqs.TagQueueOutput, error)

TagQueue mocks base method.

func (*MockSqsSvcClientI) UntagQueue

func (m *MockSqsSvcClientI) UntagQueue(arg0 context.Context, arg1 *sqs.UntagQueueInput, arg2 ...func(*sqs.Options)) (*sqs.UntagQueueOutput, error)

UntagQueue mocks base method.

type MockSqsSvcClientIMockRecorder

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

MockSqsSvcClientIMockRecorder is the mock recorder for MockSqsSvcClientI.

func (*MockSqsSvcClientIMockRecorder) AddPermission

func (mr *MockSqsSvcClientIMockRecorder) AddPermission(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddPermission indicates an expected call of AddPermission.

func (*MockSqsSvcClientIMockRecorder) ChangeMessageVisibility

func (mr *MockSqsSvcClientIMockRecorder) ChangeMessageVisibility(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangeMessageVisibility indicates an expected call of ChangeMessageVisibility.

func (*MockSqsSvcClientIMockRecorder) ChangeMessageVisibilityBatch

func (mr *MockSqsSvcClientIMockRecorder) ChangeMessageVisibilityBatch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangeMessageVisibilityBatch indicates an expected call of ChangeMessageVisibilityBatch.

func (*MockSqsSvcClientIMockRecorder) CreateQueue

func (mr *MockSqsSvcClientIMockRecorder) CreateQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateQueue indicates an expected call of CreateQueue.

func (*MockSqsSvcClientIMockRecorder) DeleteMessage

func (mr *MockSqsSvcClientIMockRecorder) DeleteMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMessage indicates an expected call of DeleteMessage.

func (*MockSqsSvcClientIMockRecorder) DeleteMessageBatch

func (mr *MockSqsSvcClientIMockRecorder) DeleteMessageBatch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMessageBatch indicates an expected call of DeleteMessageBatch.

func (*MockSqsSvcClientIMockRecorder) DeleteQueue

func (mr *MockSqsSvcClientIMockRecorder) DeleteQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteQueue indicates an expected call of DeleteQueue.

func (*MockSqsSvcClientIMockRecorder) GetQueueAttributes

func (mr *MockSqsSvcClientIMockRecorder) GetQueueAttributes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueueAttributes indicates an expected call of GetQueueAttributes.

func (*MockSqsSvcClientIMockRecorder) GetQueueUrl

func (mr *MockSqsSvcClientIMockRecorder) GetQueueUrl(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueueUrl indicates an expected call of GetQueueUrl.

func (*MockSqsSvcClientIMockRecorder) ListDeadLetterSourceQueues

func (mr *MockSqsSvcClientIMockRecorder) ListDeadLetterSourceQueues(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeadLetterSourceQueues indicates an expected call of ListDeadLetterSourceQueues.

func (*MockSqsSvcClientIMockRecorder) ListQueueTags

func (mr *MockSqsSvcClientIMockRecorder) ListQueueTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueueTags indicates an expected call of ListQueueTags.

func (*MockSqsSvcClientIMockRecorder) ListQueues

func (mr *MockSqsSvcClientIMockRecorder) ListQueues(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueues indicates an expected call of ListQueues.

func (*MockSqsSvcClientIMockRecorder) PurgeQueue

func (mr *MockSqsSvcClientIMockRecorder) PurgeQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurgeQueue indicates an expected call of PurgeQueue.

func (*MockSqsSvcClientIMockRecorder) ReceiveMessage

func (mr *MockSqsSvcClientIMockRecorder) ReceiveMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReceiveMessage indicates an expected call of ReceiveMessage.

func (*MockSqsSvcClientIMockRecorder) RemovePermission

func (mr *MockSqsSvcClientIMockRecorder) RemovePermission(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemovePermission indicates an expected call of RemovePermission.

func (*MockSqsSvcClientIMockRecorder) SendMessage

func (mr *MockSqsSvcClientIMockRecorder) SendMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendMessage indicates an expected call of SendMessage.

func (*MockSqsSvcClientIMockRecorder) SendMessageBatch

func (mr *MockSqsSvcClientIMockRecorder) SendMessageBatch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendMessageBatch indicates an expected call of SendMessageBatch.

func (*MockSqsSvcClientIMockRecorder) SetQueueAttributes

func (mr *MockSqsSvcClientIMockRecorder) SetQueueAttributes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetQueueAttributes indicates an expected call of SetQueueAttributes.

func (*MockSqsSvcClientIMockRecorder) TagQueue

func (mr *MockSqsSvcClientIMockRecorder) TagQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagQueue indicates an expected call of TagQueue.

func (*MockSqsSvcClientIMockRecorder) UntagQueue

func (mr *MockSqsSvcClientIMockRecorder) UntagQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagQueue indicates an expected call of UntagQueue.

Jump to

Keyboard shortcuts

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