Documentation ¶
Overview ¶
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.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Conn is a connection to a specific sms driver.
func Open ¶
func Open(driverName string, r *httprouter.Router) (*Conn, error)
Open a connection to a registered driver.
Click to show internal directories.
Click to hide internal directories.