Versions in this module Expand all Collapse all v0 v0.2.0 May 31, 2021 Changes in this version + type CmdCreatorFunc func(ctx context.Context, args ...string) (*exec.Cmd, error) + func (c CmdCreatorFunc) New(ctx context.Context, args ...string) (Process, error) v0.1.0 Jan 17, 2019 Changes in this version + var ErrControlConnUnsupported = fmt.Errorf("Control conn not supported") + func ControlPortFromFileContents(contents string) (int, error) + type Creator interface + New func(ctx context.Context, args ...string) (Process, error) + func NewCreator(exePath string) Creator + type Process interface + EmbeddedControlConn func() (net.Conn, error) + Start func() error + Wait func() error