Documentation
¶
Index ¶
- type MockSQSAPI
- func (_m *MockSQSAPI) ChangeMessageVisibilityBatch(_param0 *sqs.ChangeMessageVisibilityBatchInput) (*sqs.ChangeMessageVisibilityBatchOutput, error)
- func (_m *MockSQSAPI) CreateQueue(_param0 *sqs.CreateQueueInput) (*sqs.CreateQueueOutput, error)
- func (_m *MockSQSAPI) DeleteMessageBatch(_param0 *sqs.DeleteMessageBatchInput) (*sqs.DeleteMessageBatchOutput, error)
- func (_m *MockSQSAPI) EXPECT() *_MockSQSAPIRecorder
- func (_m *MockSQSAPI) GetQueueUrl(_param0 *sqs.GetQueueUrlInput) (*sqs.GetQueueUrlOutput, error)
- func (_m *MockSQSAPI) ReceiveMessage(_param0 *sqs.ReceiveMessageInput) (*sqs.ReceiveMessageOutput, error)
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
}
Mock of SQSAPI interface
func NewMockSQSAPI ¶
func NewMockSQSAPI(ctrl *gomock.Controller) *MockSQSAPI
func (*MockSQSAPI) ChangeMessageVisibilityBatch ¶
func (_m *MockSQSAPI) ChangeMessageVisibilityBatch(_param0 *sqs.ChangeMessageVisibilityBatchInput) (*sqs.ChangeMessageVisibilityBatchOutput, error)
func (*MockSQSAPI) CreateQueue ¶
func (_m *MockSQSAPI) CreateQueue(_param0 *sqs.CreateQueueInput) (*sqs.CreateQueueOutput, error)
func (*MockSQSAPI) DeleteMessageBatch ¶
func (_m *MockSQSAPI) DeleteMessageBatch(_param0 *sqs.DeleteMessageBatchInput) (*sqs.DeleteMessageBatchOutput, error)
func (*MockSQSAPI) EXPECT ¶
func (_m *MockSQSAPI) EXPECT() *_MockSQSAPIRecorder
func (*MockSQSAPI) GetQueueUrl ¶
func (_m *MockSQSAPI) GetQueueUrl(_param0 *sqs.GetQueueUrlInput) (*sqs.GetQueueUrlOutput, error)
func (*MockSQSAPI) ReceiveMessage ¶
func (_m *MockSQSAPI) ReceiveMessage(_param0 *sqs.ReceiveMessageInput) (*sqs.ReceiveMessageOutput, error)
Click to show internal directories.
Click to hide internal directories.