Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMSService ¶
type SMSService struct {
// contains filtered or unexported fields
}
SMSService sends SMS via RouteMobile service.
func NewSMSService ¶
func NewSMSService(settings model.SMSServiceSettings) (*SMSService, error)
NewSMSService creates, inits and returns RouteMobile-backed SMS service.
func (*SMSService) SendSMS ¶
func (ss *SMSService) SendSMS(recipient, message string) error
SendSMS sends SMS messages using RouteMobile service.
Click to show internal directories.
Click to hide internal directories.