Documentation ¶
Index ¶
- type Launcher
- func (launcher *Launcher) GetArgs() []string
- func (launcher *Launcher) GetProcess() *os.Process
- func (launcher *Launcher) GetStdout() io.ReadCloser
- func (launcher *Launcher) GetTarget() string
- func (launcher *Launcher) Run() error
- func (launcher *Launcher) SetArgs(args []string)
- func (launcher *Launcher) SetTarget(target string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Launcher ¶
Launcher is used to wrap the node executable binary.
func (*Launcher) GetProcess ¶
GetProcess returns the internal process.
func (*Launcher) GetStdout ¶
func (launcher *Launcher) GetStdout() io.ReadCloser
GetStdout gets the stdout pipe.
Click to show internal directories.
Click to hide internal directories.