Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
A Config provides a collection of configuration values the AWS SDK will use to setup its components.
type QueueNotifier ¶
type QueueNotifier struct {
// contains filtered or unexported fields
}
QueueNotifier basic attributes for sending notifications to a topic
func NewQueueNotifier ¶
func NewQueueNotifier(cfg *Config, q string) *QueueNotifier
NewQueueNotifier creates a basic configuration for publishing to a SNS topic
func (*QueueNotifier) Send ¶
func (n *QueueNotifier) Send(msg interface{}) error
Send send a notification to a topic
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
Recorder provides the an abstraction to record data to DynamoDB.
func NewRecorder ¶
type TopicNotifier ¶
type TopicNotifier struct {
// contains filtered or unexported fields
}
TopicNotifier basic attributes for sending notifications to a topic
func NewTopicNotifier ¶
func NewTopicNotifier(cfg *Config, t string) *TopicNotifier
NewTopicNotifier creates a basic configuration for publishing to a SNS topic
func (*TopicNotifier) Send ¶
func (n *TopicNotifier) Send(msg interface{}) error
Send send a notification to a topic
Click to show internal directories.
Click to hide internal directories.