Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
Action represents sdk.ActionHandler
type Params ¶
type Params struct { // Command is command to execute Command string // Silent param hides stdout and stderr from output Silent bool // RawOutput removes logging output decoration from stdout and stderr RawOutput bool // Shell is default shell to start Shell string // ShellExecParam is param used by shell to pass command. // // Example: "bash -c "your command" ShellExecParam string // WorkDir is current working directory WorkDir string // Env is set of environment variables Env shell.Environment }
Params contains params for shell plugin
Click to show internal directories.
Click to hide internal directories.