Documentation ¶
Overview ¶
Package sms provides helpers to work with sms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMS ¶ added in v1.0.30
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? }
SMS implements various information needed for the SMS type.
Click to show internal directories.
Click to hide internal directories.