common

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SnsActions

type SnsActions struct {
	SnsClient *sns.Client
}

func NewSNSClient

func NewSNSClient(endpoint string) (*SnsActions, error)

func (SnsActions) Publish

func (actor SnsActions) Publish(topicArn, message, subject string) error

type SqsActions

type SqsActions struct {
	SqsClient *sqs.Client
}

func NewSQSClient

func NewSQSClient(endpoint string) (*SqsActions, error)

func (SqsActions) Send

func (actor SqsActions) Send(url, message string) error

Jump to

Keyboard shortcuts

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