Versions in this module Expand all Collapse all v0 v0.2.0 Nov 19, 2015 Changes in this version + const STILL_ACTIVE — windows/amd64 + type Logs struct + Stderr string + Stdin string + Stdout string + type Spawner struct + Chroot string + Logs *Logs + SpawnPid int + SpawnPpid int + StateFile string + UserCmd *exec.Cmd + UserPid int + func NewSpawner(stateFile string) *Spawner + func (s *Spawner) Alive() bool + func (s *Spawner) SetChroot(root string) + func (s *Spawner) SetCommand(cmd *exec.Cmd) + func (s *Spawner) SetLogs(l *Logs) + func (s *Spawner) Spawn(cb func(pid int) error) error + func (s *Spawner) Valid() error + func (s *Spawner) Wait() *structs.WaitResult