Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewShellScriptPlugin ¶
func NewShellScriptPlugin(cfg *config.ShellScriptConfig) pluginInterface.IPlugin
Types ¶
type ShellScriptPlugin ¶
type ShellScriptPlugin struct {
// contains filtered or unexported fields
}
func (*ShellScriptPlugin) Name ¶
func (t *ShellScriptPlugin) Name() (string, error)
func (*ShellScriptPlugin) ParseOutput ¶
func (t *ShellScriptPlugin) ParseOutput() (string, error)
func (*ShellScriptPlugin) Run ¶
func (t *ShellScriptPlugin) Run() error
func (*ShellScriptPlugin) Version ¶
func (t *ShellScriptPlugin) Version() (string, error)
Click to show internal directories.
Click to hide internal directories.