Documentation
¶
Overview ¶
Package process provides a mechanism for running processes under a different user account to the current process
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
func (*Command) DirectOutput ¶
type Result ¶
type Result struct {
SystemError error
ExitError *exec.ExitError
Duration time.Duration
Aborted bool
KernelTime time.Duration
UserTime time.Duration
}
Click to show internal directories.
Click to hide internal directories.