Documentation ¶
Overview ¶
Package aws is a generated GoMock package.
Index ¶
- type MockSNSClient
- type MockSNSClientMockRecorder
- type MockSQSClient
- func (m *MockSQSClient) EXPECT() *MockSQSClientMockRecorder
- func (m *MockSQSClient) GetQueueUrl(ctx context.Context, params *sqs.GetQueueUrlInput, ...) (*sqs.GetQueueUrlOutput, error)
- func (m *MockSQSClient) SendMessage(ctx context.Context, params *sqs.SendMessageInput, ...) (*sqs.SendMessageOutput, error)
- type MockSQSClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSNSClient ¶
type MockSNSClient struct {
// contains filtered or unexported fields
}
MockSNSClient is a mock of SNSClient interface.
func NewMockSNSClient ¶
func NewMockSNSClient(ctrl *gomock.Controller) *MockSNSClient
NewMockSNSClient creates a new mock instance.
func (*MockSNSClient) EXPECT ¶
func (m *MockSNSClient) EXPECT() *MockSNSClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSNSClient) Publish ¶
func (m *MockSNSClient) Publish(ctx context.Context, params *sns.PublishInput, optFns ...func(*sns.Options)) (*sns.PublishOutput, error)
Publish mocks base method.
type MockSNSClientMockRecorder ¶
type MockSNSClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSNSClientMockRecorder is the mock recorder for MockSNSClient.
func (*MockSNSClientMockRecorder) Publish ¶
func (mr *MockSNSClientMockRecorder) Publish(ctx, params interface{}, optFns ...interface{}) *gomock.Call
Publish indicates an expected call of Publish.
type MockSQSClient ¶
type MockSQSClient struct {
// contains filtered or unexported fields
}
MockSQSClient is a mock of SQSClient interface.
func NewMockSQSClient ¶
func NewMockSQSClient(ctrl *gomock.Controller) *MockSQSClient
NewMockSQSClient creates a new mock instance.
func (*MockSQSClient) EXPECT ¶
func (m *MockSQSClient) EXPECT() *MockSQSClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSQSClient) GetQueueUrl ¶
func (m *MockSQSClient) GetQueueUrl(ctx context.Context, params *sqs.GetQueueUrlInput, optFns ...func(*sqs.Options)) (*sqs.GetQueueUrlOutput, error)
GetQueueUrl mocks base method.
func (*MockSQSClient) SendMessage ¶
func (m *MockSQSClient) SendMessage(ctx context.Context, params *sqs.SendMessageInput, optFns ...func(*sqs.Options)) (*sqs.SendMessageOutput, error)
SendMessage mocks base method.
type MockSQSClientMockRecorder ¶
type MockSQSClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSQSClientMockRecorder is the mock recorder for MockSQSClient.
func (*MockSQSClientMockRecorder) GetQueueUrl ¶
func (mr *MockSQSClientMockRecorder) GetQueueUrl(ctx, params interface{}, optFns ...interface{}) *gomock.Call
GetQueueUrl indicates an expected call of GetQueueUrl.
func (*MockSQSClientMockRecorder) SendMessage ¶
func (mr *MockSQSClientMockRecorder) SendMessage(ctx, params interface{}, optFns ...interface{}) *gomock.Call
SendMessage indicates an expected call of SendMessage.