Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
Instance manages a subprocess instance.
func New ¶
func New(sigtermTimeout time.Duration, env []string, runas string, command string, args ...string) (*Instance, chan error, error)
New creates a subprocess.Instance
Click to show internal directories.
Click to hide internal directories.