Documentation ¶
Overview ¶
Package sms provides helpers to work with sms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRunningCurl = errors.New("sms: error running curl command")
)
Functions ¶
This section is empty.
Types ¶
type SMS ¶
type SMS struct { Host string // sms server hostname or ip Port string // sms server port number Sender string // sms sender Content string // sms content Recipients []string // list of sms recipients UseHTTPS bool // use https? Logger logger.Logger }
SMS implements various information needed for the SMS type.
Click to show internal directories.
Click to hide internal directories.