Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockSNSAPI
- func (m *MockSNSAPI) EXPECT() *MockSNSAPIMockRecorder
- func (m *MockSNSAPI) ListTopics(arg0 context.Context, arg1 *sns.ListTopicsInput, arg2 ...func(*sns.Options)) (*sns.ListTopicsOutput, error)
- func (m *MockSNSAPI) Subscribe(arg0 context.Context, arg1 *sns.SubscribeInput, arg2 ...func(*sns.Options)) (*sns.SubscribeOutput, error)
- func (m *MockSNSAPI) Unsubscribe(arg0 context.Context, arg1 *sns.UnsubscribeInput, arg2 ...func(*sns.Options)) (*sns.UnsubscribeOutput, error)
- type MockSNSAPIMockRecorder
- func (mr *MockSNSAPIMockRecorder) ListTopics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) Subscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSNSAPIMockRecorder) Unsubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockSQSAPI
- func (m *MockSQSAPI) CreateQueue(arg0 context.Context, arg1 *sqs.CreateQueueInput, arg2 ...func(*sqs.Options)) (*sqs.CreateQueueOutput, error)
- func (m *MockSQSAPI) DeleteQueue(arg0 context.Context, arg1 *sqs.DeleteQueueInput, arg2 ...func(*sqs.Options)) (*sqs.DeleteQueueOutput, error)
- func (m *MockSQSAPI) EXPECT() *MockSQSAPIMockRecorder
- func (m *MockSQSAPI) GetQueueAttributes(arg0 context.Context, arg1 *sqs.GetQueueAttributesInput, ...) (*sqs.GetQueueAttributesOutput, error)
- func (m *MockSQSAPI) ReceiveMessage(arg0 context.Context, arg1 *sqs.ReceiveMessageInput, ...) (*sqs.ReceiveMessageOutput, error)
- func (m *MockSQSAPI) SetQueueAttributes(arg0 context.Context, arg1 *sqs.SetQueueAttributesInput, ...) (*sqs.SetQueueAttributesOutput, error)
- type MockSQSAPIMockRecorder
- func (mr *MockSQSAPIMockRecorder) CreateQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSQSAPIMockRecorder) DeleteQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSQSAPIMockRecorder) GetQueueAttributes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSQSAPIMockRecorder) ReceiveMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSQSAPIMockRecorder) SetQueueAttributes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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.