dev

package
v0.0.0-...-fd9ff5f Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2014 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrTimeout = errors.New("pulsedev: waiting for command to finish has timed out")

Functions

This section is empty.

Types

type Exec

type Exec interface {
	// LookPath TODO(rjeczalik): document
	LookPath(string) (string, error)
	// CombinedOutput TODO(rjeczalik): document
	CombinedOutput(string, []string) (io.Writer, io.Reader, func(time.Duration) error, error)
}

Exec TODO(rjeczalik): document

var DefaultExec Exec = new(cmdExec)

DefaultExec TODO(rjeczalik): document

type Personal

type Personal struct {
	Patch    string
	Project  string
	Stages   []string
	Revision string
}

Personal TODO(rjeczalik): document

type Tool

type Tool interface {
	// TODO(rjeczalik): document
	Personal(p *Personal) (int64, error)
	SetTimeout(d time.Duration)
}

Tool TODO(rjeczalik): document

func New

func New(c pulse.Client, url, user, pass string) (Tool, error)

Jump to

Keyboard shortcuts

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