messages

package
v0.0.0-...-860e413 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Email

type Email struct {
	Recipients  []string
	BCC         []string
	CC          []string
	SenderEmail string
	SenderName  string
	Subject     string
	Content     string
}

func (*Email) GetContent

func (msg *Email) GetContent() string

type SMS

type SMS struct {
	SenderPhoneNumber    string
	RecipientPhoneNumber string
	Content              string
}

func (*SMS) GetContent

func (msg *SMS) GetContent() string

Jump to

Keyboard shortcuts

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