Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory struct{}
Factory connects to stack using standard streams (STDIN, STDOUT pipes).
func (*Factory) SpawnWorker ¶
func (*Factory) SpawnWorkerWithContext ¶
func (f *Factory) SpawnWorkerWithContext(ctx context.Context, cmd *exec.Cmd) (worker.BaseProcess, error)
SpawnWorker creates new Process and connects it to goridge relay, method Wait() must be handled on level above.
type SpawnResult ¶
type SpawnResult struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.