Versions in this module Expand all Collapse all v0 v0.1.0 Mar 15, 2016 Changes in this version + type Conn interface + Close func() error + Send func(from, to, msg string) error + type Driver interface + Open func(name string, e *echo.Echo) (Conn, error) + type PhoneNumber interface + Valid func() bool + type SMS interface + Content func() string + From func() string + To func() []string