Documentation
¶
Index ¶
- Variables
- func ExecBinaryCmd(pCtx context.Context, cmdStr string, result *Output) error
- func ExecShellCmd(pCtx context.Context, cmdStr string, result *Output) error
- func ExecWithResponse(pCtx context.Context, cmdStr string, resp any) error
- func ShExecWithResponse(pCtx context.Context, cmdStr string, resp any) error
- type Output
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmptyCmdStr = errors.New("EmptyCmdStr")
)
Functions ¶
func ExecWithResponse ¶ added in v1.3.67
Types ¶
Click to show internal directories.
Click to hide internal directories.