Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFailed = errors.New("remote agent failed")
)
Functions ¶
func TimeSyncCommand ¶
func WaitForAgent ¶
func WaitForAgent( ctx context.Context, logger logger.Lightweight, ip string, sshUser string, sshPassword string, agentOS string, agentArchitecture string, config *runconfig.RunConfig, synchronizeTime bool, initializeHooks WaitForAgentHooks, terminateHooks WaitForAgentHooks, preCreatedWorkingDir string, ) error
Types ¶
type WaitForAgentHook ¶ added in v0.77.1
type WaitForAgentHooks ¶ added in v0.109.0
type WaitForAgentHooks []WaitForAgentHook
Click to show internal directories.
Click to hide internal directories.