Documentation ¶
Overview ¶
Package mock_sqsiface is a generated GoMock package.
Index ¶
- type MockSQSAPI
- func (m *MockSQSAPI) DeleteMessage(arg0 context.Context, arg1 *sqs.DeleteMessageInput, arg2 ...func(*sqs.Options)) (*sqs.DeleteMessageOutput, error)
- func (m *MockSQSAPI) EXPECT() *MockSQSAPIMockRecorder
- func (m *MockSQSAPI) GetQueueUrl(arg0 context.Context, arg1 *sqs.GetQueueUrlInput, arg2 ...func(*sqs.Options)) (*sqs.GetQueueUrlOutput, error)
- func (m *MockSQSAPI) ReceiveMessage(arg0 context.Context, arg1 *sqs.ReceiveMessageInput, ...) (*sqs.ReceiveMessageOutput, error)
- func (m *MockSQSAPI) SendMessageBatch(arg0 context.Context, arg1 *sqs.SendMessageBatchInput, ...) (*sqs.SendMessageBatchOutput, error)
- type MockSQSAPIMockRecorder
- func (mr *MockSQSAPIMockRecorder) DeleteMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSQSAPIMockRecorder) GetQueueUrl(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSQSAPIMockRecorder) ReceiveMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSQSAPIMockRecorder) SendMessageBatch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) DeleteMessage ¶
func (m *MockSQSAPI) DeleteMessage(arg0 context.Context, arg1 *sqs.DeleteMessageInput, arg2 ...func(*sqs.Options)) (*sqs.DeleteMessageOutput, error)
DeleteMessage 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) GetQueueUrl ¶
func (m *MockSQSAPI) GetQueueUrl(arg0 context.Context, arg1 *sqs.GetQueueUrlInput, arg2 ...func(*sqs.Options)) (*sqs.GetQueueUrlOutput, error)
GetQueueUrl 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) SendMessageBatch ¶
func (m *MockSQSAPI) SendMessageBatch(arg0 context.Context, arg1 *sqs.SendMessageBatchInput, arg2 ...func(*sqs.Options)) (*sqs.SendMessageBatchOutput, error)
SendMessageBatch mocks base method.
type MockSQSAPIMockRecorder ¶
type MockSQSAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSQSAPIMockRecorder is the mock recorder for MockSQSAPI.
func (*MockSQSAPIMockRecorder) DeleteMessage ¶
func (mr *MockSQSAPIMockRecorder) DeleteMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteMessage indicates an expected call of DeleteMessage.
func (*MockSQSAPIMockRecorder) GetQueueUrl ¶
func (mr *MockSQSAPIMockRecorder) GetQueueUrl(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetQueueUrl indicates an expected call of GetQueueUrl.
func (*MockSQSAPIMockRecorder) ReceiveMessage ¶
func (mr *MockSQSAPIMockRecorder) ReceiveMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ReceiveMessage indicates an expected call of ReceiveMessage.
func (*MockSQSAPIMockRecorder) SendMessageBatch ¶
func (mr *MockSQSAPIMockRecorder) SendMessageBatch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SendMessageBatch indicates an expected call of SendMessageBatch.