push

package
v0.0.0-...-972cdf1 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2015 License: MIT Imports: 2 Imported by: 1

Documentation

Index

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
}

Directories

Path Synopsis
cli
cli

Jump to

Keyboard shortcuts

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