Versions in this module Expand all Collapse all v1 v1.11.10 Jul 13, 2024 Changes in this version + func NewCmd(path string, args ...string) *exec.Cmd + func NewStopper(logger logging.Logger, cmd *exec.Cmd) runtime.Stopper + type Config struct + HandshakeTimeout time.Duration + Log logging.Logger + Stderr io.Writer + Stdout io.Writer + type Status struct + Addr string + Pid int + func Bootstrap(ctx context.Context, listener net.Listener, cmd *exec.Cmd, config *Config) (*Status, runtime.Stopper, error)