Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entrypoint ¶
type Entrypoint struct {
Executer
// contains filtered or unexported fields
}
func (*Entrypoint) DetectCommand ¶
type SSMWrapExecuter ¶
type SSMWrapExecuter struct {
Executer
// contains filtered or unexported fields
}
func NewSSMWrapExecuter ¶
func NewSSMWrapExecuter(executer Executer, cacheExpires time.Duration) *SSMWrapExecuter
type ShellExecuter ¶
type ShellExecuter struct {
// contains filtered or unexported fields
}
func NewShellExecuter ¶
func NewShellExecuter() *ShellExecuter
func (*ShellExecuter) Clone ¶
func (e *ShellExecuter) Clone() *ShellExecuter
func (*ShellExecuter) SetOutput ¶
func (e *ShellExecuter) SetOutput(stdout, stderr io.Writer) *ShellExecuter
func (*ShellExecuter) SetShell ¶
func (e *ShellExecuter) SetShell(shell string, shellArgs []string) *ShellExecuter
Click to show internal directories.
Click to hide internal directories.