Documentation ¶ Index ¶ Variables type PushOver func New(parameters json.RawMessage) *PushOver func (po *PushOver) Destinations() (map[string]string, error) func (po *PushOver) Release(dest []string, body string) error func (po *PushOver) Trigger(dest []string, body string) error Constants ¶ This section is empty. Variables ¶ View Source var ErrNotImplemented = fmt.Errorf("not implemented") Functions ¶ This section is empty. Types ¶ type PushOver ¶ type PushOver struct { Token string `json:"token"` } func New ¶ func New(parameters json.RawMessage) *PushOver func (*PushOver) Destinations ¶ func (po *PushOver) Destinations() (map[string]string, error) func (*PushOver) Release ¶ func (po *PushOver) Release(dest []string, body string) error func (*PushOver) Trigger ¶ func (po *PushOver) Trigger(dest []string, body string) error Source Files ¶ View all Source files pushover.go Click to show internal directories. Click to hide internal directories.