services

package
v0.0.0-...-052d5b2 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Set -

Functions

This section is empty.

Types

type SQSService

type SQSService struct {
	SQS sqsiface.SQSAPI
}

SQSService -

func NewSQSService

func NewSQSService() *SQSService

NewSQSService -

func (*SQSService) Create

func (s *SQSService) Create(queueName string) (*sqs.CreateQueueOutput, error)

Create -

func (*SQSService) GetAttributesOfQueue

func (s *SQSService) GetAttributesOfQueue(queueURL string) (*sqs.GetQueueAttributesOutput, error)

GetAttributesOfQueue -

func (*SQSService) List

func (s *SQSService) List() (*sqs.ListQueuesOutput, error)

List -

func (*SQSService) Receive

func (s *SQSService) Receive(queueURL string) (*sqs.ReceiveMessageOutput, error)

Receive -

func (*SQSService) SendMessage

func (s *SQSService) SendMessage(queueURL, msg string) (*sqs.SendMessageOutput, error)

SendMessage -

Jump to

Keyboard shortcuts

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