package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Dec 9, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type ExecPayload struct {
Name string `note:"脚本名称"`
CommandType string `note:"脚本类型 BAT|POWERSHELL|SHELL"`
Username string `note:"执行脚本的用户名"`
WorkDirectory string `note:"脚本工作目录"`
Content string `note:"脚本内容"`
Timeout uint `note:"超时时间"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.