mocks

package
v0.0.0-...-556d222 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Queue

type Queue struct {
	mock.Mock
}

Queue is an autogenerated mock type for the Queue type

func (*Queue) AddPermission

func (_m *Queue) AddPermission(_a0 *sqs.AddPermissionInput) (*sqs.AddPermissionOutput, error)

AddPermission provides a mock function with given fields: _a0

func (*Queue) AddPermissionRequest

func (_m *Queue) AddPermissionRequest(_a0 *sqs.AddPermissionInput) (*request.Request, *sqs.AddPermissionOutput)

AddPermissionRequest provides a mock function with given fields: _a0

func (*Queue) AddPermissionWithContext

func (_m *Queue) AddPermissionWithContext(_a0 context.Context, _a1 *sqs.AddPermissionInput, _a2 ...request.Option) (*sqs.AddPermissionOutput, error)

AddPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) ChangeMessageVisibility

func (_m *Queue) ChangeMessageVisibility(_a0 *sqs.ChangeMessageVisibilityInput) (*sqs.ChangeMessageVisibilityOutput, error)

ChangeMessageVisibility provides a mock function with given fields: _a0

func (*Queue) ChangeMessageVisibilityBatch

func (_m *Queue) ChangeMessageVisibilityBatch(_a0 *sqs.ChangeMessageVisibilityBatchInput) (*sqs.ChangeMessageVisibilityBatchOutput, error)

ChangeMessageVisibilityBatch provides a mock function with given fields: _a0

func (*Queue) ChangeMessageVisibilityBatchRequest

func (_m *Queue) ChangeMessageVisibilityBatchRequest(_a0 *sqs.ChangeMessageVisibilityBatchInput) (*request.Request, *sqs.ChangeMessageVisibilityBatchOutput)

ChangeMessageVisibilityBatchRequest provides a mock function with given fields: _a0

func (*Queue) ChangeMessageVisibilityBatchWithContext

func (_m *Queue) ChangeMessageVisibilityBatchWithContext(_a0 context.Context, _a1 *sqs.ChangeMessageVisibilityBatchInput, _a2 ...request.Option) (*sqs.ChangeMessageVisibilityBatchOutput, error)

ChangeMessageVisibilityBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) ChangeMessageVisibilityRequest

func (_m *Queue) ChangeMessageVisibilityRequest(_a0 *sqs.ChangeMessageVisibilityInput) (*request.Request, *sqs.ChangeMessageVisibilityOutput)

ChangeMessageVisibilityRequest provides a mock function with given fields: _a0

func (*Queue) ChangeMessageVisibilityWithContext

func (_m *Queue) ChangeMessageVisibilityWithContext(_a0 context.Context, _a1 *sqs.ChangeMessageVisibilityInput, _a2 ...request.Option) (*sqs.ChangeMessageVisibilityOutput, error)

ChangeMessageVisibilityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) CreateQueue

func (_m *Queue) CreateQueue(_a0 *sqs.CreateQueueInput) (*sqs.CreateQueueOutput, error)

CreateQueue provides a mock function with given fields: _a0

func (*Queue) CreateQueueRequest

func (_m *Queue) CreateQueueRequest(_a0 *sqs.CreateQueueInput) (*request.Request, *sqs.CreateQueueOutput)

CreateQueueRequest provides a mock function with given fields: _a0

func (*Queue) CreateQueueWithContext

func (_m *Queue) CreateQueueWithContext(_a0 context.Context, _a1 *sqs.CreateQueueInput, _a2 ...request.Option) (*sqs.CreateQueueOutput, error)

CreateQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) DeleteMessage

func (_m *Queue) DeleteMessage(_a0 *sqs.DeleteMessageInput) (*sqs.DeleteMessageOutput, error)

DeleteMessage provides a mock function with given fields: _a0

func (*Queue) DeleteMessageBatch

func (_m *Queue) DeleteMessageBatch(_a0 *sqs.DeleteMessageBatchInput) (*sqs.DeleteMessageBatchOutput, error)

DeleteMessageBatch provides a mock function with given fields: _a0

func (*Queue) DeleteMessageBatchRequest

func (_m *Queue) DeleteMessageBatchRequest(_a0 *sqs.DeleteMessageBatchInput) (*request.Request, *sqs.DeleteMessageBatchOutput)

DeleteMessageBatchRequest provides a mock function with given fields: _a0

func (*Queue) DeleteMessageBatchWithContext

func (_m *Queue) DeleteMessageBatchWithContext(_a0 context.Context, _a1 *sqs.DeleteMessageBatchInput, _a2 ...request.Option) (*sqs.DeleteMessageBatchOutput, error)

DeleteMessageBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) DeleteMessageRequest

func (_m *Queue) DeleteMessageRequest(_a0 *sqs.DeleteMessageInput) (*request.Request, *sqs.DeleteMessageOutput)

DeleteMessageRequest provides a mock function with given fields: _a0

func (*Queue) DeleteMessageWithContext

func (_m *Queue) DeleteMessageWithContext(_a0 context.Context, _a1 *sqs.DeleteMessageInput, _a2 ...request.Option) (*sqs.DeleteMessageOutput, error)

DeleteMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) DeleteQueue

func (_m *Queue) DeleteQueue(_a0 *sqs.DeleteQueueInput) (*sqs.DeleteQueueOutput, error)

DeleteQueue provides a mock function with given fields: _a0

func (*Queue) DeleteQueueRequest

func (_m *Queue) DeleteQueueRequest(_a0 *sqs.DeleteQueueInput) (*request.Request, *sqs.DeleteQueueOutput)

DeleteQueueRequest provides a mock function with given fields: _a0

func (*Queue) DeleteQueueWithContext

func (_m *Queue) DeleteQueueWithContext(_a0 context.Context, _a1 *sqs.DeleteQueueInput, _a2 ...request.Option) (*sqs.DeleteQueueOutput, error)

DeleteQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) GetQueueAttributes

func (_m *Queue) GetQueueAttributes(_a0 *sqs.GetQueueAttributesInput) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributes provides a mock function with given fields: _a0

func (*Queue) GetQueueAttributesRequest

func (_m *Queue) GetQueueAttributesRequest(_a0 *sqs.GetQueueAttributesInput) (*request.Request, *sqs.GetQueueAttributesOutput)

GetQueueAttributesRequest provides a mock function with given fields: _a0

func (*Queue) GetQueueAttributesWithContext

func (_m *Queue) GetQueueAttributesWithContext(_a0 context.Context, _a1 *sqs.GetQueueAttributesInput, _a2 ...request.Option) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) GetQueueUrl

func (_m *Queue) GetQueueUrl(_a0 *sqs.GetQueueUrlInput) (*sqs.GetQueueUrlOutput, error)

GetQueueUrl provides a mock function with given fields: _a0

func (*Queue) GetQueueUrlRequest

func (_m *Queue) GetQueueUrlRequest(_a0 *sqs.GetQueueUrlInput) (*request.Request, *sqs.GetQueueUrlOutput)

GetQueueUrlRequest provides a mock function with given fields: _a0

func (*Queue) GetQueueUrlWithContext

func (_m *Queue) GetQueueUrlWithContext(_a0 context.Context, _a1 *sqs.GetQueueUrlInput, _a2 ...request.Option) (*sqs.GetQueueUrlOutput, error)

GetQueueUrlWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) ListDeadLetterSourceQueues

func (_m *Queue) ListDeadLetterSourceQueues(_a0 *sqs.ListDeadLetterSourceQueuesInput) (*sqs.ListDeadLetterSourceQueuesOutput, error)

ListDeadLetterSourceQueues provides a mock function with given fields: _a0

func (*Queue) ListDeadLetterSourceQueuesPages

func (_m *Queue) ListDeadLetterSourceQueuesPages(_a0 *sqs.ListDeadLetterSourceQueuesInput, _a1 func(*sqs.ListDeadLetterSourceQueuesOutput, bool) bool) error

ListDeadLetterSourceQueuesPages provides a mock function with given fields: _a0, _a1

func (*Queue) ListDeadLetterSourceQueuesPagesWithContext

func (_m *Queue) ListDeadLetterSourceQueuesPagesWithContext(_a0 context.Context, _a1 *sqs.ListDeadLetterSourceQueuesInput, _a2 func(*sqs.ListDeadLetterSourceQueuesOutput, bool) bool, _a3 ...request.Option) error

ListDeadLetterSourceQueuesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*Queue) ListDeadLetterSourceQueuesRequest

func (_m *Queue) ListDeadLetterSourceQueuesRequest(_a0 *sqs.ListDeadLetterSourceQueuesInput) (*request.Request, *sqs.ListDeadLetterSourceQueuesOutput)

ListDeadLetterSourceQueuesRequest provides a mock function with given fields: _a0

func (*Queue) ListDeadLetterSourceQueuesWithContext

func (_m *Queue) ListDeadLetterSourceQueuesWithContext(_a0 context.Context, _a1 *sqs.ListDeadLetterSourceQueuesInput, _a2 ...request.Option) (*sqs.ListDeadLetterSourceQueuesOutput, error)

ListDeadLetterSourceQueuesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) ListQueueTags

func (_m *Queue) ListQueueTags(_a0 *sqs.ListQueueTagsInput) (*sqs.ListQueueTagsOutput, error)

ListQueueTags provides a mock function with given fields: _a0

func (*Queue) ListQueueTagsRequest

func (_m *Queue) ListQueueTagsRequest(_a0 *sqs.ListQueueTagsInput) (*request.Request, *sqs.ListQueueTagsOutput)

ListQueueTagsRequest provides a mock function with given fields: _a0

func (*Queue) ListQueueTagsWithContext

func (_m *Queue) ListQueueTagsWithContext(_a0 context.Context, _a1 *sqs.ListQueueTagsInput, _a2 ...request.Option) (*sqs.ListQueueTagsOutput, error)

ListQueueTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) ListQueues

func (_m *Queue) ListQueues(_a0 *sqs.ListQueuesInput) (*sqs.ListQueuesOutput, error)

ListQueues provides a mock function with given fields: _a0

func (*Queue) ListQueuesPages

func (_m *Queue) ListQueuesPages(_a0 *sqs.ListQueuesInput, _a1 func(*sqs.ListQueuesOutput, bool) bool) error

ListQueuesPages provides a mock function with given fields: _a0, _a1

func (*Queue) ListQueuesPagesWithContext

func (_m *Queue) ListQueuesPagesWithContext(_a0 context.Context, _a1 *sqs.ListQueuesInput, _a2 func(*sqs.ListQueuesOutput, bool) bool, _a3 ...request.Option) error

ListQueuesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*Queue) ListQueuesRequest

func (_m *Queue) ListQueuesRequest(_a0 *sqs.ListQueuesInput) (*request.Request, *sqs.ListQueuesOutput)

ListQueuesRequest provides a mock function with given fields: _a0

func (*Queue) ListQueuesWithContext

func (_m *Queue) ListQueuesWithContext(_a0 context.Context, _a1 *sqs.ListQueuesInput, _a2 ...request.Option) (*sqs.ListQueuesOutput, error)

ListQueuesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) PurgeQueue

func (_m *Queue) PurgeQueue(_a0 *sqs.PurgeQueueInput) (*sqs.PurgeQueueOutput, error)

PurgeQueue provides a mock function with given fields: _a0

func (*Queue) PurgeQueueRequest

func (_m *Queue) PurgeQueueRequest(_a0 *sqs.PurgeQueueInput) (*request.Request, *sqs.PurgeQueueOutput)

PurgeQueueRequest provides a mock function with given fields: _a0

func (*Queue) PurgeQueueWithContext

func (_m *Queue) PurgeQueueWithContext(_a0 context.Context, _a1 *sqs.PurgeQueueInput, _a2 ...request.Option) (*sqs.PurgeQueueOutput, error)

PurgeQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) ReceiveMessage

func (_m *Queue) ReceiveMessage(_a0 *sqs.ReceiveMessageInput) (*sqs.ReceiveMessageOutput, error)

ReceiveMessage provides a mock function with given fields: _a0

func (*Queue) ReceiveMessageRequest

func (_m *Queue) ReceiveMessageRequest(_a0 *sqs.ReceiveMessageInput) (*request.Request, *sqs.ReceiveMessageOutput)

ReceiveMessageRequest provides a mock function with given fields: _a0

func (*Queue) ReceiveMessageWithContext

func (_m *Queue) ReceiveMessageWithContext(_a0 context.Context, _a1 *sqs.ReceiveMessageInput, _a2 ...request.Option) (*sqs.ReceiveMessageOutput, error)

ReceiveMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) RemovePermission

func (_m *Queue) RemovePermission(_a0 *sqs.RemovePermissionInput) (*sqs.RemovePermissionOutput, error)

RemovePermission provides a mock function with given fields: _a0

func (*Queue) RemovePermissionRequest

func (_m *Queue) RemovePermissionRequest(_a0 *sqs.RemovePermissionInput) (*request.Request, *sqs.RemovePermissionOutput)

RemovePermissionRequest provides a mock function with given fields: _a0

func (*Queue) RemovePermissionWithContext

func (_m *Queue) RemovePermissionWithContext(_a0 context.Context, _a1 *sqs.RemovePermissionInput, _a2 ...request.Option) (*sqs.RemovePermissionOutput, error)

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) SendMessage

func (_m *Queue) SendMessage(_a0 *sqs.SendMessageInput) (*sqs.SendMessageOutput, error)

SendMessage provides a mock function with given fields: _a0

func (*Queue) SendMessageBatch

func (_m *Queue) SendMessageBatch(_a0 *sqs.SendMessageBatchInput) (*sqs.SendMessageBatchOutput, error)

SendMessageBatch provides a mock function with given fields: _a0

func (*Queue) SendMessageBatchRequest

func (_m *Queue) SendMessageBatchRequest(_a0 *sqs.SendMessageBatchInput) (*request.Request, *sqs.SendMessageBatchOutput)

SendMessageBatchRequest provides a mock function with given fields: _a0

func (*Queue) SendMessageBatchWithContext

func (_m *Queue) SendMessageBatchWithContext(_a0 context.Context, _a1 *sqs.SendMessageBatchInput, _a2 ...request.Option) (*sqs.SendMessageBatchOutput, error)

SendMessageBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) SendMessageRequest

func (_m *Queue) SendMessageRequest(_a0 *sqs.SendMessageInput) (*request.Request, *sqs.SendMessageOutput)

SendMessageRequest provides a mock function with given fields: _a0

func (*Queue) SendMessageWithContext

func (_m *Queue) SendMessageWithContext(_a0 context.Context, _a1 *sqs.SendMessageInput, _a2 ...request.Option) (*sqs.SendMessageOutput, error)

SendMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) SetQueueAttributes

func (_m *Queue) SetQueueAttributes(_a0 *sqs.SetQueueAttributesInput) (*sqs.SetQueueAttributesOutput, error)

SetQueueAttributes provides a mock function with given fields: _a0

func (*Queue) SetQueueAttributesRequest

func (_m *Queue) SetQueueAttributesRequest(_a0 *sqs.SetQueueAttributesInput) (*request.Request, *sqs.SetQueueAttributesOutput)

SetQueueAttributesRequest provides a mock function with given fields: _a0

func (*Queue) SetQueueAttributesWithContext

func (_m *Queue) SetQueueAttributesWithContext(_a0 context.Context, _a1 *sqs.SetQueueAttributesInput, _a2 ...request.Option) (*sqs.SetQueueAttributesOutput, error)

SetQueueAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) TagQueue

func (_m *Queue) TagQueue(_a0 *sqs.TagQueueInput) (*sqs.TagQueueOutput, error)

TagQueue provides a mock function with given fields: _a0

func (*Queue) TagQueueRequest

func (_m *Queue) TagQueueRequest(_a0 *sqs.TagQueueInput) (*request.Request, *sqs.TagQueueOutput)

TagQueueRequest provides a mock function with given fields: _a0

func (*Queue) TagQueueWithContext

func (_m *Queue) TagQueueWithContext(_a0 context.Context, _a1 *sqs.TagQueueInput, _a2 ...request.Option) (*sqs.TagQueueOutput, error)

TagQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*Queue) UntagQueue

func (_m *Queue) UntagQueue(_a0 *sqs.UntagQueueInput) (*sqs.UntagQueueOutput, error)

UntagQueue provides a mock function with given fields: _a0

func (*Queue) UntagQueueRequest

func (_m *Queue) UntagQueueRequest(_a0 *sqs.UntagQueueInput) (*request.Request, *sqs.UntagQueueOutput)

UntagQueueRequest provides a mock function with given fields: _a0

func (*Queue) UntagQueueWithContext

func (_m *Queue) UntagQueueWithContext(_a0 context.Context, _a1 *sqs.UntagQueueInput, _a2 ...request.Option) (*sqs.UntagQueueOutput, error)

UntagQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL