MCPcopy Create free account
hub / github.com/AdRoll/baker / DeleteMessageWithContext

Method DeleteMessageWithContext

input/sqs_test.go:521–523  ·  view source on GitHub ↗

DeleteMessageWithContext does nothing since messages are removed from the queue as soon as they're requested.

(ctx aws.Context, input *sqs.DeleteMessageInput, options ...request.Option)

Source from the content-addressed store, hash-verified

519// DeleteMessageWithContext does nothing since messages are removed from the
520// queue as soon as they're requested.
521func (c *mockSQSClient) DeleteMessageWithContext(ctx aws.Context, input *sqs.DeleteMessageInput, options ...request.Option) (*sqs.DeleteMessageOutput, error) {
522 return nil, nil
523}
524
525// mockedS3FS emulates the GetObject method of an AWS S3 interface by returning
526// the content of files from the provided file system.

Callers 1

pollQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected