sms

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogSender added in v0.0.2

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

func NewSMSLogSender

func NewSMSLogSender(l log.Logger) *LogSender

func (*LogSender) Send added in v0.0.2

func (s *LogSender) Send(_ context.Context, number, text string) error

Send an SMS

type Sender added in v0.0.2

type Sender interface {
	Send(ctx context.Context, number, text string) error
}

Sender sends SMS messages to a phone number

Jump to

Keyboard shortcuts

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