Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory struct { ErrCh chan error // contains filtered or unexported fields }
Factory connects to external stack using socket server.
func (*Factory) SpawnWorker ¶
func (*Factory) SpawnWorkerWithContext ¶
func (f *Factory) SpawnWorkerWithContext(ctx context.Context, cmd *exec.Cmd) (worker.BaseProcess, error)
SpawnWorker creates Process and connects it to appropriate relay or returns error
Click to show internal directories.
Click to hide internal directories.