Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrArgNil error = errors.New("Argument may not be nil.")
)
Functions ¶
This section is empty.
Types ¶
type NotifyAgent ¶
func (NotifyAgent) SendMessage ¶
func (n NotifyAgent) SendMessage(msg string) error
func (*NotifyAgent) SetReceiver ¶
func (n *NotifyAgent) SetReceiver(s string) error
func (*NotifyAgent) SetRestClient ¶
func (n *NotifyAgent) SetRestClient(r *twilio.RestClient) error
func (*NotifyAgent) SetSender ¶
func (n *NotifyAgent) SetSender(s string) error
Click to show internal directories.
Click to hide internal directories.