Versions in this module Expand all Collapse all v2 v2.10.1 Aug 18, 2023 v2.9.0 Aug 18, 2023 Changes in this version + type Controller struct + func New(param *config.Param, pkgInstaller installpackage.Installer, ...) *Controller + func (ctrl *Controller) Exec(ctx context.Context, logE *logrus.Entry, param *config.Param, exeName string, ...) (gErr error) + type Executor interface + Exec func(ctx context.Context, exePath string, args ...string) (int, error) + ExecXSys func(exePath string, args ...string) error