Documentation
¶
Index ¶
Constants ¶
View Source
const BUfSize = 1024 * 1024
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute(command string, argslice []string, wd *string, iofunc func(io.WriteCloser, io.ReadCloser, io.ReadCloser)) (*os.ProcessState, error)
func MakeReadByteArrayChannel ¶
func MakeReadByteArrayChannel(reader io.ReadCloser) chan []byte
func MakeReadStringChannel ¶
func MakeReadStringChannel(reader io.ReadCloser) chan string
Types ¶
type Process ¶
type Process struct {
CmdLine string
// contains filtered or unexported fields
}
UnixProcess is an implementation of Process that contains Unix-specific fields and information.
func FindProcess ¶
func NewUnixProcess ¶
func (*Process) Executable ¶
Click to show internal directories.
Click to hide internal directories.