goexec

package module
v0.0.0-...-f3103e8 Latest Latest
Warning

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

Go to latest
Published: May 16, 2018 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	Start() error
	Wait() error
	Kill() error
	Signal(os.Signal) error
	Stdout() (<-chan string, error)
	Stderr() (<-chan string, error)
}

func NewCommand

func NewCommand(name string, args ...string) Command

type ExecCommand

type ExecCommand struct {
}

func (ExecCommand) Command

func (ExecCommand) Command(name string, args ...string) Command

Jump to

Keyboard shortcuts

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