Documentation ¶
Index ¶
Constants ¶
Variables ¶
View Source
var ( // M 安全锁 M *sync.Mutex // Cmd agent进程 Cmd *exec.Cmd // Service daemon服务 Service service.Service // ServerIP 服务IP地址 ServerIP string // AgentStatus agent状态,是否启动中 AgentStatus bool // InstallPath agent安装目录 InstallPath string // Arch 系统位数 Arch string // PublicKey 与Server通讯公钥 PublicKey string // HTTPClient httpclient HTTPClient *http.Client // Proto 请求协议,测试模式为HTTP Proto string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.