messaging

package
v0.0.0-...-115c157 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageHub

type MessageHub interface {
	Send(toSend interface{}, target string) error
	SendBulk(toSend []interface{}, target string) error
}

type SqsMessageHub

type SqsMessageHub struct {
	// contains filtered or unexported fields
}

func (*SqsMessageHub) Send

func (hub *SqsMessageHub) Send(toSend interface{}, target string) error

func (*SqsMessageHub) SendBulk

func (hub *SqsMessageHub) SendBulk(toSend []interface{}, target string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL