Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMSService ¶
type SMSService struct { // API settings. AccountSID string AuthToken string // Sender phone number. From string LogOutput io.Writer }
SMSService represents a service for sending SMS text messages over Twilio.
func NewSMSService ¶
func NewSMSService() *SMSService
NewSMSService returns a new instance of SMSService.
Click to show internal directories.
Click to hide internal directories.