Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2015 Changes in this version + var Plugins = map[string]Creator + var TABLE_HEADER = []string + func Add(name string, creator Creator) + type Creator func(map[string]string) (Plugin, error) + type Envelope struct + Recipient string + Title string + type Plugin interface + Send func(Envelope, string) error + type Pushbullet struct + func NewPushbullet(apiKey string) *Pushbullet + func (p Pushbullet) Send(envelope_ Envelope, message string) error + type Serf struct + RPC *client.RPCClient + func (p Serf) Send(envelope_ Envelope, payload string) error + type Shell struct + func (s Shell) Send(envelope_ Envelope, message string) error