command

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2023 License: Apache-2.0 Imports: 8 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Exec

func Exec(data *ExecPayload) (string, error)

Types

type ExecPayload

type ExecPayload struct {
	Name          string `note:"脚本名称"`
	CommandType   string `note:"脚本类型 BAT|POWERSHELL|SHELL"`
	Username      string `note:"执行脚本的用户名"`
	WorkDirectory string `note:"脚本工作目录"`
	Content       string `note:"脚本内容"`
	Timeout       uint   `note:"超时时间"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL