workers

package
v0.0.0-...-d36ff20 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SendEmailWorker

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

func NewSendEmailWorker

func NewSendEmailWorker(config *env.Smtp) *SendEmailWorker

func (*SendEmailWorker) Handle

func (p *SendEmailWorker) Handle(id string, content_type string, body []byte) error

type SendSmsWorker

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

func NewSendSmsWorker

func NewSendSmsWorker(config *env.Twilio) *SendSmsWorker

func (*SendSmsWorker) Handle

func (p *SendSmsWorker) Handle(id string, content_type string, body []byte) error

Jump to

Keyboard shortcuts

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