Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KoiProc ¶
type KoiProc struct { HookOutput func(output string) // contains filtered or unexported fields }
KoiProc is the Koishi subprocess wrapper for Koishi Desktop. Also, it is an rpl.Source for emitting subprocess outputs as rpl.Log objects to rpl.Target targets.
func NewKoiProc ¶
func NewNodeProc ¶
func NewYarnProc ¶
func (*KoiProc) Kill ¶
Kill sends syscall.SIGKILL to process.
This just sends the signal and do not wait for anything. If possible, use KoiProc.Stop.
func (*KoiProc) Stop ¶
Stop sends syscall.SIGTERM to process.
This just sends the signal and do not wait for anything.
Click to show internal directories.
Click to hide internal directories.