test

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2016 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandHelper

type CommandHelper struct {
	Requests  chan *udf.Request
	Responses chan *udf.Response
	ErrC      chan error
	// contains filtered or unexported fields
}

func NewCommandHelper

func NewCommandHelper() *CommandHelper

func (*CommandHelper) Kill

func (c *CommandHelper) Kill()

Forcefully kill the command. This will likely cause a panic.

func (*CommandHelper) NewCommand

func (c *CommandHelper) NewCommand() command.Command

func (*CommandHelper) Start

func (c *CommandHelper) Start() error

func (*CommandHelper) StderrPipe

func (c *CommandHelper) StderrPipe() (io.ReadCloser, error)

func (*CommandHelper) StdinPipe

func (c *CommandHelper) StdinPipe() (io.WriteCloser, error)

func (*CommandHelper) StdoutPipe

func (c *CommandHelper) StdoutPipe() (io.ReadCloser, error)

func (*CommandHelper) Wait

func (c *CommandHelper) Wait() error

Jump to

Keyboard shortcuts

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