Versions in this module Expand all Collapse all v1 v1.1.0 Sep 29, 2024 v1.0.0 Sep 29, 2024 Changes in this version + type Manager struct + BinaryPath string + Verbose bool + func NewManager(binaryPath string, verbose bool) *Manager + func (xm *Manager) Start(config map[string]interface{}) (*exec.Cmd, error) + func (xm *Manager) Stop(cmd *exec.Cmd) error