Documentation ¶
Overview ¶
Package agent provides facilities for extracting, installing, and connecting to agent binaries.
Index ¶
Constants ¶
View Source
const ( // ModeInstall is the agent command to invoke for installation. ModeInstall = "install" // ModeEndpoint is the agent command to invoke for running as an endpoint. ModeEndpoint = "endpoint" // ModeVersion is the agent command to invoke to print version information. ModeVersion = "version" // ModeLegal is the agent command to invoke to print legal information. ModeLegal = "legal" )
Variables ¶
This section is empty.
Functions ¶
func CopyBundleForTesting ¶
func CopyBundleForTesting() error
CopyBundleForTesting copies the agent bundle from it's build path alongside the current executable. It is useful for copying the agent bundle next to the current test executable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.