mock

package
v0.0.0-...-6c6029b Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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

func (m *MockSNSAPI) ListTopics(arg0 context.Context, arg1 *sns.ListTopicsInput, arg2 ...func(*sns.Options)) (*sns.ListTopicsOutput, error)

ListTopics mocks base method.

func (*MockSNSAPI) Subscribe

func (m *MockSNSAPI) Subscribe(arg0 context.Context, arg1 *sns.SubscribeInput, arg2 ...func(*sns.Options)) (*sns.SubscribeOutput, error)

Subscribe mocks base method.

func (*MockSNSAPI) Unsubscribe

func (m *MockSNSAPI) Unsubscribe(arg0 context.Context, arg1 *sns.UnsubscribeInput, arg2 ...func(*sns.Options)) (*sns.UnsubscribeOutput, error)

Unsubscribe mocks base method.

type MockSNSAPIMockRecorder

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

MockSNSAPIMockRecorder is the mock recorder for MockSNSAPI.

func (*MockSNSAPIMockRecorder) ListTopics

func (mr *MockSNSAPIMockRecorder) ListTopics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTopics indicates an expected call of ListTopics.

func (*MockSNSAPIMockRecorder) Subscribe

func (mr *MockSNSAPIMockRecorder) Subscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Subscribe indicates an expected call of Subscribe.

func (*MockSNSAPIMockRecorder) Unsubscribe

func (mr *MockSNSAPIMockRecorder) Unsubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Unsubscribe indicates an expected call of Unsubscribe.

type MockSQSAPI

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

MockSQSAPI is a mock of SQSAPI interface.

func NewMockSQSAPI

func NewMockSQSAPI(ctrl *gomock.Controller) *MockSQSAPI

NewMockSQSAPI creates a new mock instance.

func (*MockSQSAPI) CreateQueue

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

CreateQueue mocks base method.

func (*MockSQSAPI) DeleteQueue

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

DeleteQueue mocks base method.

func (*MockSQSAPI) EXPECT

func (m *MockSQSAPI) EXPECT() *MockSQSAPIMockRecorder

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

func (*MockSQSAPI) GetQueueAttributes

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

GetQueueAttributes mocks base method.

func (*MockSQSAPI) ReceiveMessage

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

ReceiveMessage mocks base method.

func (*MockSQSAPI) SetQueueAttributes

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

SetQueueAttributes mocks base method.

type MockSQSAPIMockRecorder

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

MockSQSAPIMockRecorder is the mock recorder for MockSQSAPI.

func (*MockSQSAPIMockRecorder) CreateQueue

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

CreateQueue indicates an expected call of CreateQueue.

func (*MockSQSAPIMockRecorder) DeleteQueue

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

DeleteQueue indicates an expected call of DeleteQueue.

func (*MockSQSAPIMockRecorder) GetQueueAttributes

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

GetQueueAttributes indicates an expected call of GetQueueAttributes.

func (*MockSQSAPIMockRecorder) ReceiveMessage

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

ReceiveMessage indicates an expected call of ReceiveMessage.

func (*MockSQSAPIMockRecorder) SetQueueAttributes

func (mr *MockSQSAPIMockRecorder) SetQueueAttributes(arg0, arg1 interface{}, arg2 ...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