Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowSQSClient ¶
type FlowSQSClient interface {
Delete(ctx context.Context, queueName string, receiptHandles []string) error
}
FlowSQSClient is a client for interacting with SQS API and wraps the standard client.
func NewSQSClient ¶
func NewSQSClient(d sqsiface.SQSAPI) (FlowSQSClient, error)
NewSQSClient creates a new flow sqs client.
Click to show internal directories.
Click to hide internal directories.