sqstools

package
v1.0.1-0...-400ff4a Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchMessageSender

type BatchMessageSender interface {
	SendMessageBatch(*sqs.SendMessageBatchInput) (*sqs.SendMessageBatchOutput, error)
}

type MessageReceiveDeleter

type MessageReceiveDeleter interface {
	ReceiveMessage(*sqs.ReceiveMessageInput) (*sqs.ReceiveMessageOutput, error)
	DeleteMessageBatch(*sqs.DeleteMessageBatchInput) (*sqs.DeleteMessageBatchOutput, error)
}

type SQSQueue

type SQSQueue struct {
	// contains filtered or unexported fields
}

func NewSQSQueue

func NewSQSQueue(url string) SQSQueue

func (*SQSQueue) AccountID

func (u *SQSQueue) AccountID() string

func (*SQSQueue) QueueName

func (u *SQSQueue) QueueName() string

func (*SQSQueue) Region

func (u *SQSQueue) Region() string

func (*SQSQueue) URL

func (u *SQSQueue) URL() string

Jump to

Keyboard shortcuts

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