package
2.0.4+incompatible
Repository: https://github.com/mintel/elasticsearch-asg.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
FuncHandler returns a simple Handler wrapper around a function.
New returns a new Dispatcher.
Region parses an SQS queue URL to return the AWS region it's in.
# Variables
DefaultInitialVisibilityTimeout is the default initial message visibility timeout.
DefaultMaxVisibilityTimeout is the default max message visibility timeout.
DefaultPollTime is default the max duration to wait for messages.
# Structs
Dispatcher is a dispatcher for AWS SQS messages, executing a Handler for each message received.
# Interfaces
Handler is an interface for handling messages received from an SQS queue.