Documentation ¶ Index ¶ type Publisher func NewPublisher(db *postgres.DB, log *xlog.Logger) *Publisher func (p *Publisher) Publish(ctx context.Context, msgs []outbox.Message) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Publisher ¶ type Publisher struct { // contains filtered or unexported fields } func NewPublisher ¶ func NewPublisher(db *postgres.DB, log *xlog.Logger) *Publisher func (*Publisher) Publish ¶ func (p *Publisher) Publish(ctx context.Context, msgs []outbox.Message) error Source Files ¶ View all Source files email_publisher.gosms_awssns.gosms_publisher.go Click to show internal directories. Click to hide internal directories.