Versions in this module Expand all Collapse all v0 v0.50.1-rc0 Dec 13, 2024 v0.50.0 Dec 3, 2024 Changes in this version + func DownloadBinary(url, destDir, destFile string, logger *zap.Logger) (string, error) + type Command struct + func RunBinary(execPath string, args []string) (*Command, error) + func (c *Command) GracefulStop(period time.Duration) error + func (c *Command) IsRunning() bool