Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// AWS session
AWSSession *session.Session
// SQS queue where the publisher is going to push messages to
QueueURL string
}
Config holds the info required to work with AWS SQS to publish a message
Click to show internal directories.
Click to hide internal directories.