queues

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageQueue

type MessageQueue interface {
	Dequeue(string) (string, error)
}

MessageQueue is

type SQSClient

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

SQSClient is

func NewSQSClient

func NewSQSClient(region, endpointURL string) (*SQSClient, error)

NewSQSClient is

func (*SQSClient) Dequeue

func (s *SQSClient) Dequeue(queueURL string) (string, error)

Dequeue is

Jump to

Keyboard shortcuts

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