Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mobile ¶
type Mobile struct {
// contains filtered or unexported fields
}
Mobile provides a mobile service implementation
func NewMobile ¶
func NewMobile(config *config.TwilioConfig) *Mobile
NewMobile creates a new mobile service implementation
func (*Mobile) GenerateSMSToken ¶
GenerateSMSToken sends an sms token to the mobile numer func (m *Mobile) GenerateSMSToken(countryCode, mobile string) error m.GenerateSMSToken("+65", "90901299")
Click to show internal directories.
Click to hide internal directories.