Documentation ¶ Index ¶ type NullPusher func (n *NullPusher) Funcs(fm tmpl.FuncMap) *tmpl.Template func (n *NullPusher) Push(c ctx.Context, data interface{}) error func (n *NullPusher) Template() *tmpl.Template type Pusher Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type NullPusher ¶ type NullPusher struct{} func (*NullPusher) Funcs ¶ func (n *NullPusher) Funcs(fm tmpl.FuncMap) *tmpl.Template func (*NullPusher) Push ¶ func (n *NullPusher) Push(c ctx.Context, data interface{}) error func (*NullPusher) Template ¶ func (n *NullPusher) Template() *tmpl.Template type Pusher ¶ type Pusher interface { // Push data to configured pusher Push(c ctx.Context, data interface{}) error // Template manipulation tool. see text/template for instructions Template() *tmpl.Template Funcs(fm tmpl.FuncMap) *tmpl.Template } Source Files ¶ View all Source files interface.go Directories ¶ Show internal Expand all Path Synopsis pushbullet cli slack cli Click to show internal directories. Click to hide internal directories.