Documentation ¶
Index ¶
Constants ¶
View Source
const MaxPathLengthWindows = 260
Variables ¶
This section is empty.
Functions ¶
func SetKeyValueInMap ¶
SetKeyValueInMap set key/value pair in map key in the map is case insensitive, if key already exists, overwrite existing value
func WaitUntilTimeout ¶
func WaitUntilTimeout(timeout time.Duration, execFunc ExecFunc, timeoutFunc TimeoutFunc) error
WaitUntilTimeout waits for the exec function to complete or return timeout error
Types ¶
type ExecFunc ¶
type ExecFunc func() (err error)
ExecFunc returns a exec function's output and error
type TimeoutFunc ¶
type TimeoutFunc func() (err error)
TimeoutFunc returns output and error if an ExecFunc timeout
Click to show internal directories.
Click to hide internal directories.