Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("Executable file not found in $PATH") ErrTimeout = errors.New("Timeout") ErrKillProcessAfterTimeout = errors.New("Failed to kill process after timeout") )
View Source
var (
DefaultTimeout = 60 * time.Second
)
Functions ¶
This section is empty.
Types ¶
type CmdFactory ¶
var Factory CmdFactory
Set in main/percona-agent/main.go to RealCmdFactory for real agent, else set in tests to mock.CmdFactory for testing.
type RealCmd ¶
func NewRealCmd ¶
type RealCmdFactory ¶
type RealCmdFactory struct { }
Click to show internal directories.
Click to hide internal directories.