Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnsActions ¶
func NewSNSClient ¶
func NewSNSClient(endpoint string) (*SnsActions, error)
func (SnsActions) Publish ¶
func (actor SnsActions) Publish(topicArn, message, subject string) error
type SqsActions ¶
func NewSQSClient ¶
func NewSQSClient(endpoint string) (*SqsActions, error)
func (SqsActions) Send ¶
func (actor SqsActions) Send(url, message string) error
Click to show internal directories.
Click to hide internal directories.