notify

package
v2.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2017 License: Apache-2.0 Imports: 11 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Default

type Default struct{}

func (*Default) Notify

func (d *Default) Notify(t *task.Task) error

type Notifier

type Notifier interface {
	Notify(*task.Task) error
}

func NewNotifiers

func NewNotifiers(b []byte) ([]Notifier, error)

type Notify

type Notify struct {
	Notify []map[string]string
}

type Slack

type Slack struct {
	Channel  string `json:"channel"`
	URL      string `json:"-"`
	IconURL  string `json:"icon_url"`
	UserName string `json:"username"`
	Text     string `json:"text"`
}

func NewSlack

func NewSlack(m map[string]string) *Slack

func (Slack) Notify

func (s Slack) Notify(t *task.Task) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL