Discover Packages
github.com/aronasorman/abot
shared
interface
sms
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 15, 2016
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package sms enables interaction with arbitrary SMS providers. It implements a
standardized interface through which Twilio, Nexmo and more may be supported.
It's up to individual drivers to add support for each of these services.
Drivers returns a sorted list of the names of the registered drivers.
Register makes a calendar driver available by the provided name. If Register
is called twice with the same name or if driver is nill, it panics.
Conn is a connection to a specific sms driver.
Open a connection to a registered driver.
Driver returns the driver used by a connection.
Send an SMS message through an opened driver connection.
Source Files
¶
Directories
¶
Package driver defines interfaces to be implemented by SMS drivers as used by package sms.
Package driver defines interfaces to be implemented by SMS drivers as used by package sms.
Click to show internal directories.
Click to hide internal directories.