Versions in this module Expand all Collapse all v1 v1.0.2 Jan 27, 2022 v1.0.1 Dec 1, 2021 Changes in this version + type DockerProcess struct + func (d *DockerProcess) Start() error + func (d *DockerProcess) Stop(timeout time.Duration) error + type HostProcess struct + func (h *HostProcess) Start() error + func (h *HostProcess) Stop(timeout time.Duration) error + type Process interface + Start func() error + Stop func(timeout time.Duration) error