sqs

package
v0.0.0-...-ae8e89f Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Options(
	fx.Provide(fx.Annotated{
		Name:   "dlq/sqs",
		Target: NewFactory,
	}),
)

Functions

func NewFactory

func NewFactory(params DLQParams) internal.DLQFactory

Types

type DLQ

type DLQ = internal.DLQ

func New

func New(params DLQParams) (DLQ, error)

type DLQParams

type DLQParams struct {
	fx.In
	fxparams.Params
	Session *session.Session
}

type Message

type Message = internal.Message

Jump to

Keyboard shortcuts

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