Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AWSKeyType ¶
type AWSKeyType string
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func GetConnectionFromContext ¶
func GetConnectionFromContext(ctx context.Context) *Connection
func New ¶
func New() (*Connection, error)
func (*Connection) PublishSNSMessage ¶
func (c *Connection) PublishSNSMessage(ctx context.Context, message string) error
func (*Connection) SendSQSMessage ¶
func (c *Connection) SendSQSMessage(ctx context.Context, message string) error
Click to show internal directories.
Click to hide internal directories.